Suppose we have a table "MyTable" containing 10 rows, what query should be executed to update the odd rows "Salary" as 9000?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL Server Interview Questions

what is a mixed extent? : Sql server administration

0 Answers  


What are the advantages of stored procedure in sql server?

0 Answers  


What is dirty read?

0 Answers  


What is cursors?

0 Answers   NA,


how we can store the value like that 001,003,023 etc in sql server 2005

7 Answers  






An employee table, with the columns id, name, sal and dob. Query to select emp names of all highest salaries(there are 4-5 people having the same salary which happens to be the highest).

9 Answers   ADP,


How do I run a trace in sql server?

0 Answers  


What is multilevel indexing?

0 Answers  


Tell me what is normalization? Explain different forms of normalization?

0 Answers  


What does it mean to have quoted_identifier on? What are the implications of having it off?

2 Answers  


Can we use Truncate command on a table which is referenced by FOREIGN KEY?

2 Answers   Shriram,


Explain go command in sql server?

0 Answers  


Categories