ورود به حساب

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

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

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

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

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

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


09117307688
09117179751

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

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

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

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

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

پشتیبانی

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

دانلود کتاب MySQL Crash Course

دانلود کتاب دوره سقوط MySQL

MySQL Crash Course

مشخصات کتاب

MySQL Crash Course

دسته بندی: پایگاه داده ها
ویرایش:  
نویسندگان:   
سری:  
ISBN (شابک) : 0672327120, 9780672327124 
ناشر: Sams 
سال نشر: 2005 
تعداد صفحات: 0 
زبان: English 
فرمت فایل : CHM (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 462 کیلوبایت 

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



کلمات کلیدی مربوط به کتاب دوره سقوط MySQL: کتابخانه، ادبیات کامپیوتر، MySQL / MariaDB



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

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


در صورت تبدیل فایل کتاب MySQL Crash Course به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

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


توضیحاتی در مورد کتاب دوره سقوط MySQL

MySQL یکی از محبوب‌ترین سیستم‌های مدیریت پایگاه داده موجود است که همه چیز را از نیروگاه‌های اینترنتی گرفته تا پایگاه‌های اطلاعاتی شرکت‌ها تا برنامه‌های کاربردی ساده کاربر نهایی و همه چیز را در اختیار دارد. و این کتاب تمام آنچه را که باید بدانید تا فوراً با MySQL سازنده باشید را به شما آموزش می دهد. با کار بر روی 30 درس عملی بسیار متمرکز، دوره Crash MySQL شما آسان‌تر و موثرتر از آنچه فکر می‌کردید خواهد بود. یاد بگیرید چگونه: * بازیابی و مرتب سازی داده ها * فیلتر کردن داده ها با استفاده از مقایسه، عبارات منظم، جستجوی متن کامل، و موارد دیگر * پیوستن به داده های رابطه ای * ایجاد و تغییر جداول * درج، به روز رسانی و حذف داده ها * استفاده از قدرت رویه های ذخیره شده و محرک ها * استفاده از نماها و نشانگرها * مدیریت پردازش تراکنش * ایجاد حساب های کاربری و مدیریت امنیت از طریق کنترل دسترسی


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

MySQL is one of the most popular database management systems available, powering everything from Internet powerhouses to individual corporate databases to simple end-user applications, and everything in between. And this book will teach you all you need to know to be immediately productive with MySQL. By working through 30 highly focused hands-on lessons, your MySQL Crash Course will be both easier and more effective than you'd have thought possible. Learn how to: * Retrieve and sort data * Filter data using comparisons, regular expressions, full text search, and much more * Join relational data * Create and alter tables * Insert, update, and delete data * Leverage the power of stored procedures and triggers * Use views and Cursors * Manage transactional processing * Create user accounts and manage security via access control



فهرست مطالب

Cover......Page 1
Contents......Page 6
Introduction......Page 16
Companion Website......Page 17
Conventions Used in This Book......Page 18
Database Basics......Page 20
Try It Yourself......Page 26
What Is MySQL?......Page 28
MySQL Tools......Page 31
Making the Connection......Page 36
Selecting a Database......Page 37
Learning About Databases and Tables......Page 38
Retrieving Individual Columns......Page 42
Retrieving Multiple Columns......Page 44
Retrieving Distinct Rows......Page 46
Limiting Results......Page 48
Using Fully Qualified Table Names......Page 50
Sorting Data......Page 52
Sorting by Multiple Columns......Page 54
Specifying Sort Direction......Page 55
Using the WHERE Clause......Page 60
The WHERE Clause Operators......Page 61
Combining WHERE Clauses......Page 68
Using the IN Operator......Page 72
Using the NOT Operator......Page 74
Using the LIKE Operator......Page 76
Tips for Using Wildcards......Page 80
Understanding Regular Expressions......Page 82
Using MySQL Regular Expressions......Page 83
Understanding Calculated Fields......Page 96
Concatenating Fields......Page 97
Performing Mathematical Calculations......Page 101
Understanding Functions......Page 104
Using Functions......Page 105
Using Aggregate Functions......Page 114
Aggregates on Distinct Values......Page 121
Combining Aggregate Functions......Page 123
Understanding Data Grouping......Page 126
Creating Groups......Page 127
Filtering Groups......Page 128
Grouping and Sorting......Page 131
SELECT Clause Ordering......Page 134
Filtering by Subquery......Page 136
Using Subqueries As Calculated Fields......Page 141
Understanding Joins......Page 146
Creating a Join......Page 149
Using Table Aliases......Page 158
Using Different Join Types......Page 159
Using Joins with Aggregate Functions......Page 164
Using Joins and Join Conditions......Page 166
Understanding Combined Queries......Page 168
Creating Combined Queries......Page 169
Understanding Full-Text Searching......Page 176
Using Full-Text Searching......Page 178
Inserting Complete Rows......Page 192
Inserting Multiple Rows......Page 196
Inserting Retrieved Data......Page 198
Updating Data......Page 202
Deleting Data......Page 204
Guidelines for Updating and Deleting Data......Page 205
Creating Tables......Page 208
Updating Tables......Page 218
Renaming Tables......Page 220
Understanding Views......Page 222
Using Views......Page 225
Understanding Stored Procedures......Page 232
Why Use Stored Procedures......Page 233
Using Stored Procedures......Page 234
Understanding Cursors......Page 246
Working with Cursors......Page 247
Understanding Triggers......Page 256
Creating Triggers......Page 257
Dropping Triggers......Page 258
Using Triggers......Page 259
Understanding Transaction Processing......Page 264
Controlling Transactions......Page 267
Understanding Character Sets and Collation Sequences......Page 272
Working with Character Set and Collation Sequences......Page 273
Understanding Access Control......Page 278
Managing Users......Page 279
Backing Up Data......Page 288
Performing Database Maintenance......Page 289
Review Log Files......Page 290
Improving Performance......Page 292
What You’ll Need......Page 296
Installing the Software......Page 297
Preparing for Your Chapters......Page 298
Understanding the Sample Tables......Page 300
Creating the Sample Tables......Page 305
ALTER TABLE......Page 308
CREATE TABLE......Page 309
DROP......Page 310
SAVEPOINT......Page 311
UPDATE......Page 312
D: MySQL Datatypes......Page 314
String Datatypes......Page 315
Numeric Datatypes......Page 316
Date and Time Datatypes......Page 318
Binary Datatypes......Page 319
E: MySQL Reserved Words......Page 320
A......Page 324
B-C......Page 325
E-F......Page 327
G-H-I......Page 328
M......Page 329
O......Page 330
R......Page 331
S......Page 332
T......Page 333
V-W-X-Y-Z......Page 334




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