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
What is a mixed extent?
What are subqueries in sql server? Explain its properties.
What will be the value of @@fetch_status if a row that was a part of the cursor resultset has been deleted from the database after the time the stored procedure that opened the cursor was executed?
How can a user-defined datatype be created?
What are various limitations of the views?
Why is there a performance difference between two similar queries where one uses union and the other uses union all?
What is model database? : SQL Server Architecture
What is postgresql server?
Explain the etl (extraction, transformation, and loading)?
How do I start sql server agent automatically?
what is raid? : Sql server database administration
What are the differences between sql server and mysql.
Tell me what do you understand by a view? What does the with check option clause for a view do?
How can we determine what objects a user-defined function depends upon?
What are the elements of dbms?