What is DESCRIBE command in SQL Server?What is its purpose?
By in SQL Server on Nov 30 2006
  • pavan
    May, 2014 31

    sp_help is the best one in sql server to get the structure of table

    • 0
  • gv prasad
    Aug, 2007 26

    In ORACLE it is SQL PLUS Command, displays structure of table. where as in SQL Server physical structure of table. at command prompt type the command SQL>DESC emp here no need to give semicolon in ORACLE. you get structure of the table.

    • 0
  • sai
    Nov, 2006 30

    This commansd is used for display  the structure of table.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS