how can i view structure of table in sql server? tell me
that query.
Answer Posted / sathish
how can i view structure of table in sql server? tell me
that query.
Select * from information_schema.columns where table_name =
xyz
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the rdl file?
What is a unique index?
What is Federation Root Database?
What do you mean by a Composite primary key?
What happens if you delete a table that is used by a view?
What is the difference between char and varchar2 datatype in sql?
Does a sql server 2005 select statement require a from?
explain different types of backups avaialabe in sql server? Given a particular scenario, how would you go about choosing a backup plan? : Sql server database administration
Why and when do stored procedure recompile?
What is the downside of using udf?
What are different types of constraints?
In what three ways is the return statement used in a stored procedure?
What is the difference between cube operator and rollup operator? : SQL Server Architecture
How to compare the top two records using sql?
How to insert multiple rows with one insert statement in ms sql server?