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
Tell me when is the update_statistics command used?
Why normalization is used?
Explain having clause?
How do you create a data source?
How to list all tables in the database using odbc_tables()?
Do you know what is sql service broker?
Does a server store data?
What is the difference between dropping a database and taking a database offline?
What is similarity and difference between truncate and delete in sql?
What is shared lock?
Explain different forms of normalization?
Is a primary key unique?
Do you know what are the properties of the relational tables?
Explain use of expression builder.
How to choose all records from the table?