How to write a query to show the details of a student from students table whose


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 virtual tables available at the time of database trigger execution?

0 Answers  


What is %rowtype in pl sql?

0 Answers  


Write a sql query to find the names of employees that begin with ‘a’?

0 Answers  


Show the two pl/sql cursor exceptions.

0 Answers  


Hello All, Could any well write a query for the following scenario. Account(table name) No Name Amount 1 ABCD 2000.00 2 DEFG -2000.00 3 GHIJ 3000.50 4 JKLM 4000.00 5 MNOP 6000.00 O/p Should be in this format No Name Credit Debit 1 ABCD 2000.00 0 2 DEFG 0 -2000.00 3 GHIJ 3000.50 4 JKLM 0 -4000.00 5 MNOP 6000.00 o could any one give appropriate query for this Thnks in Advance

5 Answers   Target,






What is a constraint. Types of constraints ?

5 Answers   Accenture, BirlaSoft,


Why should I use postgresql?

0 Answers  


Why does sql need a server?

0 Answers  


What is scalar function?

0 Answers  


How do I turn a list into a table?

0 Answers  


what is the difference between a having clause and a where clause? : Sql dba

0 Answers  


a. Can you delete data from a View. b. If Yes, can you delete it if there are multiple tables c. If No, can you delete if there is single source table which is joining.

4 Answers   CGI, IBM,


Categories