What is update query?


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

Post New Answer

More SQL PLSQL Interview Questions

What is the difference between jpql and sql?

0 Answers  


What are the operators in sql?

0 Answers  


What is a primary key called that is made up of more than one field?

0 Answers  


what are the types of subquery? : Sql dba

0 Answers  


How do I run a sql query?

0 Answers  






What is left inner join in sql?

0 Answers  


How to call DDL statements from pl/sql?

5 Answers  


What is the difference between inner join and natural join?

0 Answers  


Hi, Can anybody please explain me the flow of the below query. I am not able to understand how this query works. This query is for finding the Nth highest salary.. SELECT DISTINCT (a.sal) FROM EMP A WHERE &N = (SELECT COUNT (DISTINCT (b.sal)) FROM EMP B WHERE a.sal<=b.sal); If N = 2 then second highest salary will be the o/p. If N = 3 then third highest salary will be the o/p. and so on.. Thanks, Nitin

5 Answers   Deloitte, Ness Technologies,


What are the various levels of constraints?

0 Answers  


Can we write create command in the plsql block?if possible how?

2 Answers  


what is the maximum length of a table name, database name, and fieldname in mysql? : Sql dba

0 Answers  


Categories