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 optimistic concurrency?
Explain about analysis services?
What is the purpose of indexing?
Mention the differences between having and where clause.
What happens if null values are involved in string operations?
Explain unique key in sql server?
What samples and sample databases are provided by microsoft?
How do you create a clustered index?
What is the Main Difference between ACCESS and SQL SERVER?
What does the not null constraint do?
What is difference between stored procedure and user defined function?
Write a SQL queries on Self Join and Inner Join.
What are types of subqueries?
What is blocking?
Explain how to integrate the ssrs reports in application?