Are resultset updatable?
No Answer is Posted For this Question
Be the First to Post Answer
what is the out put of below queries? a. select * from Emp where null = null; b. select * from Emp where 1=1;
What is the name of the system variable that returns the number of rows affected by a SQL statement?
What is trigger in salesforce?
Is the order of columns in the set clause important in ms sql server?
What is 1nf normalization form?
What is the difference between HAVING clause and the WHERE clause?
What is side by side migration in sql server?
Delete duplicate rows from a table without primary key by using a single query Table Employee empname salary A 200 B 300 A 200 C 400 D 500 D 500 Output should be A 200 B 300 C 400 D 500
What is a View ? Can we insert, Update and delete a view?
what are user defined datatypes and when you should go for them? : Sql server database administration
What program is used to store the data source file?
Explain difference between cross join and full outer join?