How to add a column ‘salary’ to a table employee_details?


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

Post New Answer

More SQL PLSQL Interview Questions

What are the sql aggregate functions?

0 Answers  


what is the use of friend function? : Sql dba

0 Answers  


What is the use of procedures?

0 Answers  


In a distributed database system, can we execute two queries simultaneously?

0 Answers  


how to calcuate the second highest salary of he employee

13 Answers   Synechron,






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 Suneel Reddy

6 Answers   Target,


How do I run a query in pl sql developer?

0 Answers  


how to use myisamchk to check or repair myisam tables? : Sql dba

0 Answers  


How is data stored on a disk?

0 Answers  


What is the difference between cross join and natural join?

0 Answers  


What is left join in sql?

0 Answers  


Is primary key is clustered index?

0 Answers  


Categories