ورود به حساب

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

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

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

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

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

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


09117307688
09117179751

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

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

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

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

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

پشتیبانی

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

دانلود کتاب Sams teach yourself SQL in 24 hours

دانلود کتاب SQL در 24 ساعت

Sams teach yourself SQL in 24 hours

مشخصات کتاب

Sams teach yourself SQL in 24 hours

دسته بندی: پایگاه داده ها
ویرایش: 4th ed 
نویسندگان: , ,   
سری: Sams teach yourself 
ISBN (شابک) : 9780672330186, 0672330180 
ناشر: Sams  
سال نشر: 2008 
تعداد صفحات: 494 
زبان: English 
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 1 مگابایت 

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



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

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


در صورت تبدیل فایل کتاب Sams teach yourself SQL in 24 hours به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

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


توضیحاتی در مورد کتاب SQL در 24 ساعت

این اولین کتاب ضروری برای یادگیری SQL، SQL را به سرعت و به راحتی برای کسانی که تجربه برنامه نویسی کمی دارند یا اصلاً تجربه ندارند، آموزش می دهد.


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

This essential first book for learning SQL teaches SQL quickly and easily for those with little or no programming experience.



فهرست مطالب

Cover......Page 1
Contents......Page 6
What We Added to This Edition......Page 20
Conventions Used in This Book......Page 21
Understanding the Examples and Exercises......Page 22
Part I: A SQL Concepts Overview......Page 24
SQL Definition and History......Page 26
SQL Sessions......Page 33
Types of SQL Commands......Page 34
The Database Used in This Book......Page 36
Summary......Page 41
Q&A......Page 42
Workshop......Page 43
Part II: Building Your Database......Page 44
What Is Data?......Page 46
Basic Data Types......Page 47
Summary......Page 55
Workshop......Page 56
What Are Database Objects?......Page 60
What Is a Schema?......Page 61
A Table: The Primary Storage for Data......Page 63
Integrity Constraints......Page 71
Summary......Page 75
Q&A......Page 76
Workshop......Page 77
Normalizing a Database......Page 80
Summary......Page 88
Workshop......Page 89
Overview of Data Manipulation......Page 92
Populating Tables with New Data......Page 93
Updating Existing Data......Page 98
Deleting Data from Tables......Page 100
Q&A......Page 101
Workshop......Page 102
What Is a Transaction?......Page 106
Controlling Transactions......Page 107
Summary......Page 114
Workshop......Page 115
Part III: Getting Effective Results from Queries......Page 118
Introduction to the SELECT Statement......Page 120
Examples of Simple Queries......Page 128
Q&A......Page 132
Workshop......Page 133
What Is an Operator in SQL?......Page 136
Comparison Operators......Page 137
Logical Operators......Page 140
Conjunctive Operators......Page 146
Negative Operators......Page 149
Arithmetic Operators......Page 153
Workshop......Page 157
What Are Aggregate Functions?......Page 160
Workshop......Page 168
Why Group Data?......Page 170
The GROUP BY Clause......Page 171
GROUP BY Versus ORDER BY......Page 175
The HAVING Clause......Page 178
Q&A......Page 179
Workshop......Page 180
ANSI Character Functions......Page 184
Various Common Character Functions......Page 185
Miscellaneous Character Functions......Page 194
Mathematical Functions......Page 197
Conversion Functions......Page 198
Combining Character Functions......Page 200
Q&A......Page 201
Workshop......Page 202
HOUR 12: Understanding Dates and Times......Page 204
How Is a Date Stored?......Page 205
Date Functions......Page 206
Date Conversions......Page 211
Q&A......Page 216
Workshop......Page 217
Part IV: Building Sophisticated Database Queries......Page 220
Selecting Data from Multiple Tables......Page 222
Types of Joins......Page 223
Join Considerations......Page 233
Q&A......Page 237
Workshop......Page 238
What Is a Subquery?......Page 240
Embedded Subqueries......Page 246
Correlated Subqueries......Page 248
Summary......Page 249
Workshop......Page 250
Single Queries Versus Compound Queries......Page 254
Compound Query Operators......Page 255
Using ORDER BY with a Compound Query......Page 261
Using GROUP BY with a Compound Query......Page 263
Q&A......Page 265
Workshop......Page 266
Part V: SQL Performance Tuning......Page 270
What Is an Index?......Page 272
How Do Indexes Work?......Page 273
Types of Indexes......Page 274
When Should Indexes Be Considered?......Page 277
When Should Indexes Be Avoided?......Page 278
Dropping an Index......Page 279
Q&A......Page 280
Workshop......Page 281
What Is SQL Statement Tuning?......Page 284
Formatting Your SQL Statement......Page 285
Full Table Scans......Page 291
Other Performance Considerations......Page 292
Summary......Page 295
Q&A......Page 296
Workshop......Page 297
Part VI: Using SQL to Manage Users and Security......Page 300
HOUR 18: Managing Database Users......Page 302
Users Are the Reason......Page 303
The Management Process......Page 305
Tools Utilized by Database Users......Page 312
Q&A......Page 313
Workshop......Page 314
What Is Database Security?......Page 316
What Are Privileges?......Page 317
Controlling User Access......Page 321
Controlling Privileges Through Roles......Page 324
Summary......Page 326
Q&A......Page 327
Workshop......Page 328
Part VII: Summarized Data Structures......Page 330
What Is a View?......Page 332
Creating Views......Page 335
WITH CHECK OPTION......Page 339
Updating Data Through a View......Page 340
Creating a Table from a View......Page 341
Dropping a View......Page 342
What Is a Synonym?......Page 343
Summary......Page 344
Workshop......Page 345
What Is the System Catalog?......Page 348
What Is Contained in the System Catalog?......Page 350
System Catalog Tables by Implementation......Page 352
Querying the System Catalog......Page 354
Summary......Page 356
Workshop......Page 357
Part VIII: Applying SQL Fundamentals in Today’s World......Page 360
Cursors......Page 362
Stored Procedures and Functions......Page 365
Triggers......Page 368
Dynamic SQL......Page 370
Using SQL to Generate SQL.......Page 371
Direct Versus Embedded SQL......Page 372
Working with XML......Page 373
Summary......Page 374
Workshop......Page 375
SQL and the Enterprise......Page 378
Accessing a Remote Database......Page 380
SQL and the Internet......Page 383
SQL and the Intranet......Page 384
Summary......Page 385
Workshop......Page 386
Various Implementations......Page 388
Example Extensions......Page 391
Interactive SQL Statements......Page 394
Summary......Page 395
Workshop......Page 396
Part IX: Appendixes......Page 398
SQL Statements......Page 400
SQL Clauses......Page 403
Windows Installation Instructions......Page 406
Linux Installation Instructions......Page 407
Hour 1, “Welcome to the World of SQL”......Page 410
Hour 2, “Defining Data Structures”......Page 412
Hour 3, “Managing Database Objects”......Page 414
Hour 4, “The Normalization Process”......Page 417
Hour 5, “Manipulating Data”......Page 419
Hour 6, “Managing Database Transactions”......Page 421
Hour 7, “Introduction to the Database Query”......Page 422
Hour 8, “Using Operators to Categorize Data”......Page 425
Hour 9, “Summarizing Data Results from a Query”......Page 428
Hour 10, “Sorting and Grouping Data”......Page 431
Hour 11, “Restructuring the Appearance of Data”......Page 433
Hour 12, “Understanding Dates and Times”......Page 435
Hour 13, “Joining Tables in Queries”......Page 436
Hour 14, “Using Subqueries to Define Unknown Data”......Page 438
Hour 15, “Combining Multiple Queries into One”......Page 440
Hour 16, “Using Indexes to Improve Performance”......Page 442
Hour 17, “Improving Database Performance”......Page 444
Hour 18, “Managing Database Users”......Page 446
Hour 19, “Managing Database Security”......Page 447
Hour 20, “Creating and Using Views and Synonyms”......Page 448
Hour 21, “Working with the System Catalog”......Page 449
Hour 22, “Advanced SQL Topics”......Page 450
Hour 23, “Extending SQL to the Enterprise, the Internet, and the Intranet”......Page 451
Hour 24, “Extensions to Standard SQL”......Page 452
EMPLOYEE_PAY_TBL......Page 454
PRODUCTS_TBL......Page 455
EMPLOYEE_TBL......Page 456
CUSTOMER_TBL......Page 457
ORDERS_TBL......Page 458
PRODUCTS_TBL......Page 459
APPENDIX F: Bonus Exercises......Page 460
D......Page 466
O......Page 467
T......Page 468
V......Page 469
A......Page 470
C......Page 471
D......Page 475
F......Page 478
H-I......Page 480
K-L......Page 481
N......Page 482
O......Page 483
P......Page 484
R......Page 485
S......Page 486
T......Page 491
U......Page 493
V......Page 494
X-Z......Page 495




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