Go to DotNetFunda.com
 Online : 1407 |  Welcome, Guest!   Login
 
Home > Interview Questions > SQL Server Interview Questions > What is DESCRIBE command in SQL Server 2 ...

call for mock interview


SQL Server Interview Questions


What is DESCRIBE command in SQL Server 2005? What is its purpose? How to use it?

Author: Neeks | Posted on: 2/22/2009 9:36:47 PM | Category: SQL Server | Views:3107 |  Print | Asked In: Many Interviews



Answer:
DESCRIBE is used to see table structure. In SQL server 2005 we can use sp_columns, sp_tables or sp_help.

sp_columns
will show list of columns and its details in table.
sp_tables will show list of tables in the database

Found interesting? Add this to:

| More


Navigate to:

 Submit Interview Questions

How do you optimize stored procedures in SQL Server 2005 ...

Which is not the step to create custom SOAP (Simple Object Access Protocol) ...

Random Interview Questions
Help: If for some reason you are getting the same question by clicking Next Question or Previous Question, Try clicking Categories link above.

Related interview questions

More ...


Advertisement

About Us | The Team | Advertise | Contact Us | Testimonials | Privacy Policy | Terms of Use | Link Exchange | Members | Go Top
General Notice: If you found plagiarised (copied) contents on this page, please let us know the original source along with your correct email id (to communicate) for further action.
Copyright © DotNetFunda.Com. All Rights Reserved. Copying or mimicking the site design and layout is prohibited. Logos, company names used here if any are only for reference purposes and they may be respective owner's right or trademarks. | 9/3/2010 4:20:46 AM