What is fmtonly in sql?


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

Post New Answer

More SQL PLSQL Interview Questions

What are the two parts of design view?

0 Answers  


if table named a is there and 4 records are there then how to swap (1 and 3) and (2 and 4) records at a time

1 Answers  


What view means?

0 Answers  


what is the difference between union and union all

14 Answers   IBM, Luxoft, Oracle,


What are the different sql languages?

0 Answers  






difference between SQL and C

1 Answers   Indus Software Technologies,


What is the mutating table and constraining table?

0 Answers  


What is primary key secondary key alternate key candidate key?

0 Answers  


how to get @@error and @@rowcount at the same time? : Sql dba

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 is a cursor

9 Answers   IBM, TCS, Wipro,


How many types of literals are available in pl sql?

0 Answers  


Categories