What is Data model and how to prepare a data model.?



What is Data model and how to prepare a data model.?..

Answer / ppp

Don't worry about tables just yet. It's obvious that you're
building a database, and databases (relational ones anyway)
are primarily made up of tables, which are made up of rows
and columns (tuples and attributes if you're really into
it).

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More SQL Server Interview Questions

What is cross join in sql server joins?

0 Answers  


How to add an address record into adventureworkslt?

0 Answers  


How to select all columns of all rows from a table with a select statement in ms sql server?

0 Answers  


How to retrieve duplicate rows in a table? How to delete the duplicate entries in a table?

15 Answers   Leo Technologies, Mannar Company, Synechron,


What is an extended stored procedure? Can you instantiate a COM object by using T-SQL?

3 Answers   HCL,






what's the difference between SQL & MY-SQl...? And what we learn from these ....?

2 Answers   Broadridge,


Can you name some of the dml commands in sql?

0 Answers  


What is SCOPE_IDENTITY() in sql

4 Answers   Cap Gemini,


How to implement one-to-one, one-to-many and many-to-many relationships while designing tables?

0 Answers  


How do you find value of first column before inserting value into the second column in the same table for checking that second column must have different value than first column.

2 Answers   L&T,


how many clustered indexes can be created on a table? : Sql server database administration

0 Answers  


What is 4nf in normalization form?

0 Answers  


Categories