sql server
Database
3
Posts
3
Posters
0
Views
1
Watching
-
I want to learn step by step implementation of the project tables
If someone can , please send it to me :confused: -
I want to learn step by step implementation of the project tables
If someone can , please send it to me :confused:Buy a book, work through some of the 1000s tutorials on the web and learn. Try sqlservercentral.com, they are always a good source of reference material.
Never underestimate the power of human stupidity RAH
-
I want to learn step by step implementation of the project tables
If someone can , please send it to me :confused:- Get some data 1) Look for commonalities amongst the data 2) Draw diagrams of the data and the relationships therein 3) Create tables that reflect the relationships in the diagrams 4) Done