Which command displays the SQL command in the SQL buffer,
and then executes it?
Answer Posted / sundar
Run Command
| Is This Answer Correct ? | 25 Yes | 4 No |
Post New Answer View All Answers
Can we perform backup restore operation on tempdb?
What is a filestream?
How to define and use table alias names in ms sql server?
How you would rewrite the sql query to return the customerid sorted numerically?
What is view in sql?
tell me what are the steps you will take to improve performance of a poor performing query? : Sql server database administration
How to create a Master database in SQL server ?
How to send a ssrs report from ssis?
What is sql server query analyzer?
How to generate create view script on an existing view?
What is a partition function in sql server?
How extra digits are handled with numeric data type literals?
What does the update command do?
what is an index? : Sql server database administration
create index myindex on mytable(mycolumn) what type of index will get created after executing the above statement? : Sql server database administration