دسترسی نامحدود
برای کاربرانی که ثبت نام کرده اند
برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید
در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید
برای کاربرانی که ثبت نام کرده اند
درصورت عدم همخوانی توضیحات با کتاب
از ساعت 7 صبح تا 10 شب
دسته بندی: پایگاه داده ها ویرایش: نویسندگان: Marc DeLisle سری: ISBN (شابک) : 1904811302, 9781847190208 ناشر: Packt Publishing سال نشر: 2006 تعداد صفحات: 105 زبان: English فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) حجم فایل: 2 مگابایت
کلمات کلیدی مربوط به کتاب ایجاد پایگاه داده Mysql: Practica: کتابخانه، ادبیات کامپیوتر، MySQL / MariaDB
در صورت تبدیل فایل کتاب Creating Your Mysql Database: Practica به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.
توجه داشته باشید کتاب ایجاد پایگاه داده Mysql: Practica نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.
در جزئیات
برای بسیاری از ما، تنظیم پایگاه داده برای یک برنامه اغلب یک فکر بعدی است. در حالی که برای ایجاد یک برنامه کاربردی نیازی به طراح حرفه ای پایگاه داده ندارید، دانستن چند نکته و تکنیک داخلی می تواند فرآیند را آسان تر و نتیجه نهایی را بسیار موثرتر کند. این کتاب قصد ندارد شما را به یک متخصص در تجزیه و تحلیل داده تبدیل کند، اما راهی سریع و آسان برای ارتقای بازی خود در این بخش ضروری از درست کردن برنامه شما ارائه می دهد.
از این کتاب چه خواهید آموخت؟
رویکرد
این کتاب رویکردی عملی دارد و تمامی مفاهیم نظری را با مثال اجرا میکند. این یک آموزش سریع است که بر تصمیمات حیاتی تمرکز دارد که باید هر بار که پایگاه داده MySQL میسازید بگیرید. سرشار از نکات و توصیه های یک پزشک با تجربه است.
این کتاب برای چه کسی نوشته شده است؟
هرکسی که با برنامه هایی کار می کند که از پایگاه داده MySQL استفاده می کنند، از مشاوره و تکنیک های این کتاب بسیار بهره مند خواهند شد. اگرچه دانش کاری SQL و MySQL فرض شده است، این کتاب برای کاربران مبتدی و متوسط به طور یکسان مناسب است. چه آن را کامل بخوانید و توصیه ها را جذب کنید یا روی یک پروژه زنده کار کنید، کارایی و قابلیت نگهداری پایگاه داده شما قطعاً در نتیجه بهبود خواهد یافت.
In Detail
For most of us, setting up the database for an application is often an afterthought. While you don't need to be a professional database designer to create a working application, knowing a few insider tips and techniques can make both the process easier and the end result much more effective. This book doesn't set out to make you an expert in data analysis, but it does provide a quick and easy way to raise your game in this essential part of getting your application right.
What you will learn from this book?
Approach
This book takes a practical approach, implementing all theoretical concepts with examples. It is a fast-paced tutorial that focuses on critical decisions that you need to make every time you build MySQL databases. It is rich with tips and advice from an experienced practitioner.
Who this book is written for?
Anyone working with applications that use a MySQL database backend will benefit greatly from the advice and techniques in this book. Although a working knowledge of both SQL and MySQL is assumed, the book is suitable for both beginners and intermediate users alike. Whether you read it through and absorb the advice or work through it on a live project, the efficiency and maintainability of your databases will certainly improve as a result.
Creating your MySQL Database: Practical Design Tips and Techniques......Page 0
Table of Contents......Page 3
MySQL\'s Popularity and Impact......Page 6
Data Design Steps......Page 7
But this is my Data!......Page 8
Data Modeling......Page 9
Overview of the Relational Model......Page 10
Simplified Design Technique......Page 11
Our Car Dealer......Page 12
The Tale of the Too Wide Table......Page 13
Summary......Page 17
System Boundaries Identification......Page 18
Modular Development......Page 19
General Reading......Page 20
Interviews......Page 21
Existing Information Systems......Page 22
Data Collected for our Case Study......Page 23
From the Salesperson......Page 24
From the Store Assistant......Page 25
Summary......Page 26
Data Cleaning......Page 27
Subdividing Data Elements......Page 28
Data that are Results......Page 29
Data as a Column\'s or Table\'s Name......Page 30
Planning for Changes......Page 32
Pitfalls of the Free Fields Technique......Page 33
Abbreviations......Page 34
The Plural Form......Page 35
Table Name into a Column Name......Page 36
Summary......Page 37
Initial List of Tables......Page 38
Primary Keys and Table Names......Page 39
Data Redundancy and Dependency......Page 40
Composite Keys......Page 41
Scalability over Time......Page 43
Empty Columns......Page 44
Avoiding ENUM and SET......Page 45
Validating the Structure......Page 47
Summary......Page 48
Responsibility......Page 49
Views......Page 51
Storage Engines......Page 52
Foreign Key Constraints......Page 53
Indexes......Page 56
Accessing Replication Slave Servers......Page 58
Speed and Data Types......Page 59
In-Column Data Encoding......Page 60
Case Study\'s Final Structure......Page 61
Vehicle......Page 63
Person......Page 66
Sale......Page 67
Other tables......Page 70
Summary......Page 72
Results from the Document Gathering Phase......Page 73
Tables and Sample Values......Page 78
Code Tables......Page 79
Themed Tables......Page 80
Composite-Key Tables......Page 83
Sample Queries......Page 85
Passenger List......Page 86
All Persons on a Flight......Page 87
Summary......Page 88
Index......Page 89