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
Where can you find the error log information? : sql server database administration
Is there any difference between the primary key and unique key?
What are partitioned views?
What are the differences between INNER JOIN, LEFT JOIN and RIGHT JOIN in SQL Server?
What is triggers and its types?
Do you know what are the reporting services components?
What happens if null values are involved in comparison operations?
What are extended events in sql server?
How do I find the query plan in sql server?
What are the indexes in sql server?
How you can add messages to the nt event log from within a stored procedure?
Explain nested stored procedure. Syntax and an example for create nested stored procedure?
How you can change the database name in SQL SERVER?
How to provide login information for a new odbc dsn?
Can we use having clause without group by?