Can I read MySQL Data Types and Database Design on EtoBox?
MySQL Data Types and Database Design by Andrei Ardelean is a document available to read on EtoBox.
What is MySQL Data Types and Database Design about?
The document discusses database design concepts like reducing redundant data, using primary keys and foreign keys. It provides examples of redesigning a website log table to remove redundant data by creating a separate webpage table with a primary key, and referencing this primary key in the log table via a foreign key instead of repeating webpage names. This improves database performance by eliminating repeated data storage and allowing joining of tables to retrieve additional information without data redu
- Author
- Andrei Ardelean
- Language
- EN