ورود به حساب

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

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

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

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

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

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


09117307688
09117179751

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

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

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

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

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

پشتیبانی

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

دانلود کتاب SQL in a Nutshell: A Desktop Quick Reference

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

SQL in a Nutshell: A Desktop Quick Reference

مشخصات کتاب

SQL in a Nutshell: A Desktop Quick Reference

ویرایش: [4 ed.] 
نویسندگان: , ,   
سری:  
ISBN (شابک) : 1492088862, 9781492088868 
ناشر: O'Reilly Media 
سال نشر: 2022 
تعداد صفحات: 650
[360] 
زبان: English 
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 2 Mb 

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



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

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


در صورت تبدیل فایل کتاب SQL in a Nutshell: A Desktop Quick Reference به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

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


توضیحاتی در مورد کتاب SQL به طور خلاصه: یک مرجع سریع دسکتاپ



برای برنامه نویسان، تحلیلگران و مدیران پایگاه داده، این راهنمای Nutshell مرجع ضروری برای زبان SQL است که در محبوب ترین محصولات پایگاه داده امروزی استفاده می شود. این نسخه چهارم جدید به وضوح دستورات SQL را مطابق با آخرین استاندارد ANSI/ISO مستند می کند و جزئیات نحوه اجرای آن دستورات در Microsoft SQL Server 2019 و Oracle 19c و همچنین در محصولات پایگاه داده منبع باز MySQL 8، MariaDB 10.5 و PostgreSQL 13 را نشان می دهد.

همچنین یک نمای کلی مختصر از مدل سیستم مدیریت پایگاه داده رابطه‌ای (RDBMS) و توضیح واضحی از مفاهیم بنیادی RDBMS دریافت خواهید کرد - که همگی در قالبی مختصر، جامع و آسان بسته‌بندی شده‌اند. -use format.

بخش ها عبارتند از:

  • پیشینه مدل پایگاه داده رابطه ای، از جمله استانداردهای فعلی و قبلی SQL
  • مفاهیم اساسی لازم برای درک رابطه ای پایگاه داده ها و دستورات SQL
  • یک مرجع دستور الفبایی به دستورات SQL، مطابق با استاندارد SQL:2016 ANSI
  • اجرای هر دستور توسط MySQL، Oracle، PostgreSQL و SQL Server< /li>
  • یک مرجع الفبایی از توابع و ساختارهای ANSI SQL:2016 و همچنین پیاده سازی های فروشنده
  • توابع خاص پلت فرم منحصر به فرد برای هر پیاده سازی

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

For programmers, analysts, and database administrators, this Nutshell guide is the essential reference for the SQL language used in today's most popular database products. This new fourth edition clearly documents SQL commands according to the latest ANSI/ISO standard and details how those commands are implemented in Microsoft SQL Server 2019 and Oracle 19c, as well as in the MySQL 8, MariaDB 10.5, and PostgreSQL 13 open source database products.

You'll also get a concise overview of the relational database management system (RDBMS) model and a clear-cut explanation of foundational RDBMS concepts--all packed into a succinct, comprehensive, and easy-to-use format.

Sections include:

  • Background on the relational database model, including current and previous SQL standards
  • Fundamental concepts necessary for understanding relational databases and SQL commands
  • An alphabetical command reference to SQL statements, according to the SQL:2016 ANSI standard
  • The implementation of each command by MySQL, Oracle, PostgreSQL, and SQL Server
  • An alphabetical reference of the ANSI SQL:2016 functions and constructs as well as the vendor implementations
  • Platform-specific functions unique to each implementation


فهرست مطالب

Cover
Copyright
Table of Contents
Preface
	Why This Book?
	Who Should Read This Book?
	How This Book Is Organized
	How to Use This Book
	Resources
	Changes in the Fourth Edition
	Conventions Used in This Book
	O’Reilly Online Learning
	How to Contact Us
	Acknowledgments
		Kevin E. Kline’s Acknowledgments
		Regina Obe and Leo Hsu’s Acknowledgments
Chapter 1. SQL History and Implementations
	The Relational Model and ANSI SQL
		Codd’s Rules for Relational Database Systems
		Codd’s Rules in Action: Simple SELECT Examples
	History of the SQL Standard
		Levels of Conformance
		Parts of the SQL Standard
		SQL Statement Classes
	SQL Dialects
	NoSQL
Chapter 2. Foundational Concepts
	Database Platforms Described in This Book
	Categories of Syntax
		Identifiers
		Literals
		Operators
		Keywords and Reserved Words
	SQL and Platform-Specific Data Types
		MySQL Data Types
		Oracle Data Types
		PostgreSQL Data Types
		SQL Server Data Types
	Constraints
		Scope
		Syntax
		PRIMARY KEY Constraints
		FOREIGN KEY Constraints
		UNIQUE Constraints
		CHECK Constraints
Chapter 3. Structuring Your Data
	How to Use This Chapter
	SQL Platform Support
	SQL Command Reference
		CREATE/ALTER DATABASE Statement
		CREATE DOMAIN Statement
		CREATE/ALTER INDEX Statement
		CREATE/ALTER SCHEMA Statement
		CREATE/ALTER TABLE Statement
		CREATE/ALTER TYPE Statement
		CREATE/ALTER VIEW Statement
		DROP Statements
Chapter 4. Reading Your Data
	How to Use This Chapter
	SQL Platform Support
	SQL Command Reference
		ALL/ANY/SOME Operators
		BETWEEN Operator
		EXCEPT Set Operator
		EXISTS Operator
		FILTER Clause
		GROUP BY Clause
		IN Operator
		INTERSECT Set Operator
		IS Operator
		JOIN Subclause
		LIKE Operator
		ORDER BY Clause
		OVER Clause
		SELECT Statement
		SUBQUERY Substatement
		UNION Set Operator
		VALUES Clause
		WHERE Clause
		WITH Clause
		WITH ORDINALITY Clause
Chapter 5. Manipulating Your Data
	How to Use This Chapter
	SQL Platform Support
	SQL Command Reference
		COMMIT Statement
		DELETE Statement
		INSERT Statement
		MERGE Statement
		RELEASE SAVEPOINT Statement
		RETURNING Clause
		ROLLBACK Statement
		SAVEPOINT Statement
		SET TRANSACTION Statement
		START TRANSACTION Statement
		TRUNCATE TABLE Statement
		UPDATE Statement
Chapter 6. Securing Your Data
	How to Use This Chapter
	SQL Platform Support
	SQL Command Reference
		CONNECT Statement
		CREATE ROLE Statement
		GRANT Statement
		REVOKE Statement
		SET CONNECTION Statement
		SET CONSTRAINTS Statement
		SET PATH Statement
		SET ROLE Statement
		SET SCHEMA Statement
		SET SESSION AUTHORIZATION Statement
		SET TIME ZONE Statement
Chapter 7. SQL Built-in Functions
	How to Use This Chapter
	Types of Functions
		Deterministic and Nondeterministic Functions
		Aggregate Functions
		Window Functions
	SQL Functions
		Variable Functions
		General-Purpose Functions
		Numeric Functions
		String Functions and Operators
		Collection Functions
	Platform-Specific Extensions
		MySQL-Supported Functions
		Oracle-Supported Functions
		PostgreSQL-Supported Functions
		SQL Server–Supported Functions
Chapter 8. SQL Built-in Aggregate and Window Functions
	How to Use This Chapter
	SQL Aggregate Functions
		SQL Aggregate Syntax
		ARRAY_AGG
		AVG and SUM
		COLLECT
		CORR
		COUNT
		COVAR_POP
		COVAR_SAMP
		CUME_DIST
		DENSE_RANK
		EVERY
		LISTAGG
		MIN and MAX
		PERCENT_RANK
		PERCENTILE_CONT
		PERCENTILE_DISC
		RANK
		The REGR Family of Functions
		STDDEV_POP
		STDDEV_SAMP
		VAR_POP
		VAR_SAMP
	Complementary Functions
		GROUPING
		MATCH_RECOGNIZE
	SQL Window Functions
		SQL Standard Window Syntax
		MySQL Window Syntax
		Oracle Window Syntax
		PostgreSQL Window Syntax
		SQL Server Window Syntax
		Partitioning
		Ordering
		Grouping or Windowing
		List of Window Functions
	Platform-Specific Extensions
		MySQL-Supported Functions
		Oracle-Supported Functions
		PostgreSQL-Supported Functions
		SQL Server–Supported Functions
Chapter 9. Storing Logic in the Database
	How to Use This Chapter
	SQL Platform Support
	SQL Command Reference
		CALL Statement
		CLOSE Statement (Cursors)
		CREATE/ALTER AGGREGATE Statement
		CREATE CAST Statement
		CREATE/ALTER FUNCTION/PROCEDURE Statement
		CREATE/ALTER METHOD Statement
		CREATE/ALTER/DROP TRIGGER Statement
		DECLARE CURSOR Statement
		FETCH Statement (Cursors)
		OPEN Statement (Cursors)
		RETURN Statement
		Platform-Specific Extensions
Chapter 10. Flexible and Schemaless
	Why JSON?
		Exporting Relational Data as JSON
	JSON Support
		JSON Data Types
		SQL/JSON Path
		SQL Standard JSON Functions
		JSON Platform-Specific Extensions
	Why XML?
		XML Data Types
		XPath
		SQL XML Functions
		XML Platform-Specific Extensions
Appendix A. Shared and Platform-Specific Keywords
	SQL Standard Keywords
		A
		B
		C
		D
		E
		F
		G–H
		I
		J
		K–L
		M
		N
		O
		P–Q
		R
		S
		T
		U
		V–Z
	Keywords Shared Across Multiple Platforms
Index




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