What is nvarchar max in sql?


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 function and procedure in pl/sql?

0 Answers  


Why should I use postgresql?

0 Answers  


what is the command used to fetch first 5 characters of the string? : Sql dba

0 Answers  


What is recursive join in sql?

0 Answers  


How many types of relationship are there?

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,


Are sql views compiled?

1 Answers  


How can we solve sql error: ora-00904: invalid identifier?

0 Answers  


Do we need to create index on primary key?

0 Answers  


What is clustered, non-clustured and unique index. How many indexes can be created on a table ?

3 Answers   TCS,


how do you control the max size of a heap table? : Sql dba

0 Answers  


What are the two types of exceptions.

0 Answers  


Categories