How can we implement rollback or commit statement in a trigger?
Inline the values in PL/SQL, what does it mean.?
Write a query to find the name of employees those who have joined on Monday.(based on column hire_date)
Do ddl statements need commit?
How many unique keys can a table have?
Does group by remove duplicates?
What are the pre requisites?
What are the blocks in stored procedure?
what is the functionality of the function htmlentities? : Sql dba
What is a sql*loader control file?
Can a select statement fire a trigger?
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,
How do I view a sql database?