how can i view structure of table in sql server? tell me
that query.
Answer Posted / sagar
Select TableName and then press ALT+F1 means highlight tablename
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to query multiple tables jointly?
Why are sql functions used?
What is a linked server in sql server?
What is PROJECTION Operation?
what is denormalization and when would you go for it? : Sql server database administration
What are sql servers used for?
Define normalisation?
What happens if we shrink log file in sql server?
List the ways in which dynamic sql can be executed?
What is the contrast amongst drop and truncate?
List the different types of joins?
What is 2nf in normalization?
What is difference between cte and view?
If you're given a raw data table, how would perform etl (extract, transform, load) with sql to obtain the data in a desired format?
What is autocommit mode in sql server?