Answer Posted / sneha
uisng current .........
| Is This Answer Correct ? | 4 Yes | 17 No |
Post New Answer View All Answers
Mention the different types of triggers?
How secure is sql server database?
How to define and use table alias names in ms sql server?
What are the new features in sql server 2016?
List out some of the requirements to set up a sql server failover cluster?
Explain primary key and foreign key constraints?
Where in ms sql server is ’100’ equal to ‘0’?
When should you use an instead of trigger?
in a table is b in column k (manikanta,sivananda,muralidhar) i want result like (mnikanta,sivnanda,murlidhar) please slove it
You want to implement the many-to-many relationship while designing tables. How would you do it?
What is the correct order of the logical query processing phases?
What is the index requirement in SQL Azure?
as a general practice, it is recommended to have dbo be the owner of all database objects however, in your database you find number of tables owned by a user other than dbo, how could you fix this? : Sql server administration
What happens if an integer is too big for int date type?
What are the dmvs? : sql server database administration