Database Architecture

ganjasensation0098

New Member
Messages
36
Reaction score
0
Points
0
I'm a beginner in database designing. I just want to know some best practices included in designing a database. I use MySql as my server.
 

Submariner

New Member
Messages
44
Reaction score
1
Points
0
Have you tried googling 'Database Design best practices'? It returns over 9 million results and many on the first page are very helpful.

James
 

misson

Community Paragon
Community Support
Messages
2,572
Reaction score
72
Points
48
Some more terms to include in searches for specific topics: "relational model", "normalization", "normal form", "denormalization", "anomaly", "foreign key", "functional dependency". See also the thread "sql database".
 
Last edited:
Top