Explain the components of sql?


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

Post New Answer

More SQL PLSQL Interview Questions

What is cte?

0 Answers  


What is meant by Join? What are the different types of Joins available? Explain.

5 Answers   Cap Gemini,


What is a crud api?

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 sql profiler in oracle?

0 Answers  






what is mean by forward declaration and where we'll use it.

4 Answers   TCS,


what is table? : Sql dba

0 Answers  


What are string functions in sql?

0 Answers  


What is rownum in sql?

0 Answers  


what is sql profiler? : Sql dba

0 Answers  


what are the authentication modes in sql server? How can it be changed? : Sql dba

0 Answers  


what are the forced views

6 Answers   Hexaware, TCS,


Categories