What is the purpose of a table?



What is the purpose of a table?..

Answer / Ramendr Tiwari

In SQL Server, a table is a collection of structured data that can be queried, updated, and managed using Transact-SQL (T-SQL) statements. It provides a means to store, organize, and manipulate data in a relational database.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

What are the differences between stored procedure and view in sql server?

1 Answers  


How to see the event list of an existing trigger using sys.trigger_events?

1 Answers  


How the authentication mode can be changed?

1 Answers  


What are the acid properties?

1 Answers  


What is a trigger in sql server?

1 Answers  


What are the types of stored procedures in an sql server?

1 Answers  


Simple example for difference between select and cursor in sql

1 Answers  


What do you understand by SQL*Net?

1 Answers   Tech Mahindra,


Questions on identity?

2 Answers   Infosys,


How except clause is differs from not in clause?

1 Answers  


internal language used in sql server 2000?

2 Answers  


What is a unique index?

1 Answers  


Categories