Answer Posted / sneha
uisng current .........
| Is This Answer Correct ? | 4 Yes | 17 No |
Post New Answer View All Answers
What does this statement do @@rowcount?
What is meant by datasource?
Which are ddl commands?
What is a trigger? Why we need it?
What do you mean by table and field in sql?
How to replace given values with null using nullif()?
can a database be shrunk to 0 bytes, if not, why? : Sql server administration
What is “begin trans”, “commit tran”, “rollback tran” and “savetran”?
What is the difference between a clustered index and a non-clustered index?
Explain the properties of subqueries in sql server?
How many clustered indexes can be created on a table? I create a separate index on each column of a table. what are the advantages and disadvantages of this approach?
What is join query?
What are the steps to insert a table?
what is a self join? : Sql server database administration
Can we return Data from 4(more than 1) tables in stored procedure?