How to add a column ‘salary’ to a table employee_details?
What are the sql aggregate functions?
what is the use of friend function? : Sql dba
What is the use of procedures?
In a distributed database system, can we execute two queries simultaneously?
how to calcuate the second highest salary of he employee
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
How do I run a query in pl sql developer?
how to use myisamchk to check or repair myisam tables? : Sql dba
How is data stored on a disk?
What is the difference between cross join and natural join?
What is left join in sql?
Is primary key is clustered index?