Click here to Skip to main content
15,905,913 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
how create SQL table in which following fields Student name, Father name, Mobile number, email id, enrollment number, address
Posted
Comments
F-ES Sitecore 5-Jan-16 6:12am    
Go through tutorials on designing and creating tables in SQL Server. This is an incredibly basic question that is easily solved by googling for articles. We're not here to do your homework for you.

 
Share this answer
 
First, learn the correct way of designing a database:
1. Introduction to database design[^]
2. 1NF, 2NF, 3NF and BCNF in Database Normalization | DBMS Tutorial | Studytonight[^]
Then, follow solution 1 to implement it.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900