ورود به حساب

نام کاربری گذرواژه

گذرواژه را فراموش کردید؟ کلیک کنید

حساب کاربری ندارید؟ ساخت حساب

ساخت حساب کاربری

نام نام کاربری ایمیل شماره موبایل گذرواژه

برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید


09117307688
09117179751

در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید

دسترسی نامحدود

برای کاربرانی که ثبت نام کرده اند

ضمانت بازگشت وجه

درصورت عدم همخوانی توضیحات با کتاب

پشتیبانی

از ساعت 7 صبح تا 10 شب

دانلود کتاب Joe Celko's SQL Programming Style

دانلود کتاب سبک برنامه نویسی SQL جو سلکو

Joe Celko's SQL Programming Style

مشخصات کتاب

Joe Celko's SQL Programming Style

دسته بندی: پایگاه داده ها
ویرایش:  
نویسندگان:   
سری: The Morgan Kaufmann Series in Data Management Systems 
ISBN (شابک) : 9780120887972, 0120887975 
ناشر: Elsevier 
سال نشر: 2005 
تعداد صفحات: 237 
زبان: English 
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 2 مگابایت 

قیمت کتاب (تومان) : 38,000



کلمات کلیدی مربوط به کتاب سبک برنامه نویسی SQL جو سلکو: کتابخانه، ادبیات کامپیوتر، SQL



ثبت امتیاز به این کتاب

میانگین امتیاز به این کتاب :
       تعداد امتیاز دهندگان : 12


در صورت تبدیل فایل کتاب Joe Celko's SQL Programming Style به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب سبک برنامه نویسی SQL جو سلکو نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی در مورد کتاب سبک برنامه نویسی SQL جو سلکو

آیا شما یک برنامه نویس SQL هستید که مانند بسیاری دیگر پس از یادگیری و نوشتن کد رویه ای یا شی گرا به SQL آمدید؟ یا شغل خود را به جایی تغییر داده اید که از مارک دیگری از SQL استفاده می شود، یا شاید حتی به شما گفته شده است که خودتان SQL را یاد بگیرید؟ اگر حتی یک پاسخ مثبت است، پس به این کتاب نیاز دارید. این کتاب یک \"راهنمای سبک\" برای برنامه نویس SQL، مجموعه ای از اکتشافات و قوانین، نکات و ترفندهایی است که به شما کمک می کند تا سبک و مهارت برنامه نویسی SQL را بهبود بخشید و برای قالب بندی و نوشتن کد SQL قابل حمل، خوانا و قابل نگهداری . جو سلکو بر اساس تجربه چندین ساله مشاوره در فروشگاه‌های SQL و جمع‌آوری سؤالات و حل مسائل مربوط به سبک SQL دانش‌آموزانش، می‌تواند به شما کمک کند حتی یک برنامه‌نویس بهتر SQL شوید.+ به شما کمک می‌کند SQL استاندارد را بدون لهجه یا گویش بنویسید. یک زبان برنامه نویسی دیگر یا یک طعم خاص از SQL، کدی که می تواند توسط افراد دیگر نگهداری و استفاده شود. برای نزدیک شدن به یک مشکل جدید با SQL به عنوان ابزار خود، به جای زبان برنامه نویسی دیگری که ممکن است شخص دیگری نداند!\"


توضیحاتی درمورد کتاب به خارجی

Are you an SQL programmer that, like many, came to SQL after learning and writing procedural or object-oriented code? Or have switched jobs to where a different brand of SQL is being used, or maybe even been told to learn SQL yourself?If even one answer is yes, then you need this book. A "Manual of Style" for the SQL programmer, this book is a collection of heuristics and rules, tips, and tricks that will help you improve SQL programming style and proficiency, and for formatting and writing portable, readable, maintainable SQL code. Based on many years of experience consulting in SQL shops, and gathering questions and resolving his students SQL style issues, Joe Celko can help you become an even better SQL programmer.+ Help you write Standard SQL without an accent or a dialect that is used in another programming language or a specific flavor of SQL, code that can be maintained and used by other people.+ Enable you to give your group a coding standard for internal use, to enable programmers to use a consistent style.+ Give you the mental tools to approach a new problem with SQL as your tool, rather than another programming language one that someone else might not know!"



فهرست مطالب

Front cover
Title page
Copyright page
Table of contents
front matter
Introduction
1.1 Purpose of the Book
1.2 Acknowledgments
1.3 Corrections, Comments, and Future Editions
First chapter
1. Names and Data Elements
1.1 Names
1.1.1 Watch the Length of Names
1.1.2 Avoid All Special Characters in Names
1.1.3 Avoid Quoted Identifiers
1.1.4 Enforce Capitalization Rules to Avoid Case- Sensitivity Problems
1.2 Follow the ISO-11179 Standards Naming Conventions
1.2.1 ISO-11179 for SQL
1.2.2 Levels of Abstraction
1.2.3 Avoid Descriptive Prefixes
1.2.4 Develop Standardized Postfixes. 1.2.5 Table and View Names Should Be Industry Standards, Collective, Class, or Plural Nouns1.2.6 Correlation Names Follow the Same Rules as Other Names ... Almost
1.2.7 Relationship Table Names Should Be Common Descriptive Terms
1.2.8 Metadata Schema Access Objects Can Have Names That Include Structure Information
1.3 Problems in Naming Data Elements
1.3.1 Avoid Vague Names
1.3.2 Avoid Names That Change from Place to Place
1.3.3 Do Not Use Proprietary Exposed Physical Locators
2. Fonts, Punctuation, and Spacing
2.1 Typography and Code. 2.1.1 Use Only Upper- and Lowercase Letters, Digits, and Underscores for Names2.1.2 Lowercase Scalars Such as Column Names, Parameters, and Variables
2.1.3 Capitalize Schema Object Names
2.1.4 Uppercase the Reserved Words
2.1.5 Avoid the Use of CamelCase
2.2 Word Spacing
2.3 Follow Normal Punctuation Rules
2.4 Use Full Reserved Words
2.5 Avoid Proprietary Reserved Words if a Standard Keyword Is Available in Your SQL Product
2.6 Avoid Proprietary Statements if a Standard Statement Is Available
2.7 Rivers and Vertical Spacing
2.8 Indentation
2.9 Use Line Spacing to Group Statements. 3. Data Declaration Language3.1 Put the Default in the Right Place
3.2 The Default Value Should Be the Same Data Type as the Column
3.3 Do Not Use Proprietary Data Types
3.4 Place the PRIMARY KEY Declaration at the Start of the CREATE TABLE Statement
3.5 Order the Columns in a Logical Sequence and Cluster Them in Logical Groups
3.6 Indent Referential Constraints and Actions under the Data Type
3.7 Give Constraints Names in the Production Code
3.8 Put CHECK() Constraint Near what they Check
3.8.1 Consider Range Constraints for Numeric Values. 3.8.2 Consider LIKE and SIMILAR TO Constraints for Character Values3.8.3 Remember That Temporal Values Have Duration
3.8.4 REAL and FLOAT Data Types Should Be Avoided
3.9 Put Multiple Column Constraints as Near to Both Columns as Possible
3.10 Put Table-Level CHECK() Constraints at the End of the Table Declaration
3.11 Use CREATE ASSERTION for Multi-table Constraints
3.12 Keep CHECK() Constraints Single Purposed
3.13 Every Table Must Have a Key to Be a Table
3.13.1 Auto-Numbers Are Not Relational Keys
3.13.2 Files Are Not Tables
3.13.3 Look for the Properties of a Good Key.




نظرات کاربران