Can we use trigger new in before insert?
No Answer is Posted For this Question
Be the First to Post Answer
Who developed sql server?
Find 2nd Highest salery in emp table Select* from emp where &n= select * count from emp where (salery >=emp.salery) Enter n value 2 These query is correct or not. Tell me any other methods.
Delete duplicate rows without using rowid.
I have a table in which phno is one of the columns.i do have some values in tht phno column.i need to update phno column values with 0(zero) as prefix.give me a correct solution plz...
What is a table called, if it does not have neither Cluster nor Non-cluster Index?
Can a synonym name of a table be used instead of a table name in a select statement?
How to Rebuild Master database in sql server 2005.
How can I know what locks are running on which resource?
Tell me what is the significance of null value and why should we avoid permitting null values?
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?
Explain primary key?
How to create a Master database in SQL server ?