Answer Posted / guest
Well a relational database is basically composed of tables
that contain related data. So the Process of organizing this
data into tables is actually referred to as normalization.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Can you explain how long are locks retained within the repeatable_read and serializable isolation levels, during a read operation with row-level locking?
How to add a new column to an existing table with "alter table ... Add" in ms sql server?
What is difference between clustered index and non clustered index?
What are the difference between “where” and “having” clause in sql server?
What is the Disadvantage of indexed sequential file.
What are sub reports?
What is indexing and its types?
What is multi-statement table-value user-defined function?
What is RMS migrations?
How do I find the sql server database version?
How do I find the sql server version?
What is “asynchronous” communication in sql server service broker?
What is constraints and its types?
What are magic tables in sql server?
How to disconnect from a sql server using mssql_close()?