Creating your MySQL Database: Practical Design Tips and Techniques
| By: | Delisle |
| Publisher: | Packt Publishing |
| Print ISBN: | 9781904811305 |
| eText ISBN: | 9781847190208 |
| Edition: | 1 |
| Copyright: | 2006 |
| Format: | Reflowable |
Lifetime - $16.79
eBook Features
Instant Access
Purchase and read your book immediately
Read Offline
Access your eTextbook anytime and anywhere
Study Tools
Built-in study tools like highlights and more
Read Aloud
Listen and follow along as Bookshelf reads to you
Details
Table of Contents
A short guide for everyone on how to structure your data and set-up your MySQL database tables efficiently and easily.
Key Features
- How best to collect, name, group, and structure your data
- Design your data with future growth in mind
- Practical examples from initial ideas to final designs
- The quickest way to learn how to design good data structures for MySQL
Book Description
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
- Asking users the right questions to collect relevant data for the system you are building
- Detecting bad structures
- Sound data-naming techniques, for both table and column names
- Modeling data with future growth in mind
- Implementing security policies with data privileges and views
- Tuning the structure for performanceProducing system documentation (data dictionary, relational schema)
- Testing the model with appropriate SQL queries