What is Data model and how to prepare a data model.?
Answer Posted / 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 View All Answers
What is rolap and its advantage? : sql server analysis services, ssas
What are cursors and when they are useful?
How to filter out duplications in the returning rows in ms sql server?
What is logshipping and its purpose?
Explain an automatic checkpoint
Explain filtered indexes benefits?
What it means to be triggered?
Explain in brief how sql server enhances scalability of the database system?
What are the hotfixes and patches in sql server?
What happens if null values are involved in comparison operations?
Why are you getting errors when creating a new odbc dsn?
What are the difference between primary keys and foreign keys?
Can I delete event logs?
What are magic tables in sql server?
How to how to convert numeric expression data types using the convert() function??