Can we edit a view in sql?


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

Post New Answer

More SQL PLSQL Interview Questions

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 many sql statements are used? Define them.

0 Answers  


What sql database should I use?

0 Answers  


how many triggers are allowed in mysql table? : Sql dba

0 Answers  


What is referential integrity ?

3 Answers   BirlaSoft,






How to rename a table?

0 Answers  


What will happen after commit statement ?

2 Answers  


Which is better varchar or nvarchar?

0 Answers  


Do stored procedures prevent sql injection?

0 Answers  


how to run 'mysql' commands from a batch file? : Sql dba

0 Answers  


Explain 3 basic parts of a trigger.

0 Answers  


What is asqueryable?

0 Answers  


Categories