Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
360 views
in Technique[技术] by (71.8m points)

mysql - How to become a good database designer?

I learned basic mysql from some books and w3school. I want to know how to increase my knowledge on database design for developing higher level application for future projects.

Thanks Alamgir

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

I agree with fancyPants's Comment.

short answer: practice, practice, practice

but Long Answer: (in theory of Data Modeling)

every techniques and frameworks in computer science have some patterns. Database Design for Information Systems or Data Modeling has some patterns too.

I recommend following steps to learn data modeling patterns (I've been teaching them for 6 years):

Introduction to Data Modeling Heuristics and Patterns
Data Modeling Patterns – Entity, Attributes
Data Modeling Patterns – Relationships, Cardinality
Types of Attributes (Composite, Multi-Value, Derived)
Data Modeling Patterns – Trees and Graphs
Data Modeling Patterns – Traps
Data Modeling Patterns – List Pattern
Data Modeling Patterns – Status Pattern
Mapping Object Oriented Design to Relational Data Model

to find references, just google them or:
Best collection of Data Modeling patterns, gathered in remarkable book:
PATTERNS OF DATA MODELING, by MICHAEL BLAHA, CRC Press, (2010)


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...