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 dirty page?

0 Answers  


How to enforce security in sql server? : sql server security

0 Answers  


how to update a null value field in sql server eg a table contains 3 fields id,name,salary and 3 records salary of 1 record is null i want update the nullfield 111 arun 300 112 ddd 200 113 ttt null i want to update table with add 100 to every record include null after updation the recrds should be 111 arun 400 112 ddd 300 113 ttt 100

6 Answers   ABC, HCL,


What are different backups available in sql server?

0 Answers  


how would you improve etl (extract, transform, load) throughput?

0 Answers   LinkedIn,






How to convert numeric expression data types using the cast() function?

0 Answers  


Is sql server 2016 free?

0 Answers  


What is the language structure to add a record to a table?

0 Answers  


How we can refresh the view?

0 Answers  


hw you create table in sql using existing table and variable should be in specific order given ex : in old table empid empname empsal empage empbirthdate empaddrs like is there in new table we need it as EX: exmpname empage empaddrs empid empbirthdate like we want hw we create this as a table not view or nt reporting

2 Answers  


How to use group functions in the select clause in ms sql server?

0 Answers  


What are triggers? How do you invoke a trigger on demand?

0 Answers   Hexaware,


Categories