how to know description of a table in sqlserver 2000
Answer Posted / srinivas
desc <table_name>
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
What is a file group?
how will add additional conditions in sql?
What are cursors? Explain different types of cursors. What are the disadvantages of cursors? How can you avoid cursors?
How to use user defined functions in expressions?
What is field in algebra?
How can you find out which stored procedures are recompiling?
What are the advantages of using stored procedures?
Can you change the data type of a column in a table after the table has been created? If so, which command would you use?
What is multi-statement table-value user-defined function?
Explain primary key and foreign key constraints?
Explain the concepts and capabilities of sql server?
What are the different sql server versions?
what is the information that can be stored inside a bit column? : Sql server database administration
How to implement one-to-one, one-to-many and many-to-many relationships while designing tables?
Explain the different types of joins?