What is sql and also describe types of sql statements?
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 many types of primary keys are there?
What is mutating error?
how to enter numeric values as hex numbers? : Sql dba
Is sql sequential or random?
Can i possible to see Table Details ? Ex : Table Name Date Time User Emp May/18/2010 12:59pm Scott
What is a join query?
Explain sql data types?
how a reference cursor works?what all adnvantages are gained with it..specify the situation?
Why select is used in sql?
What is the differnce between view and materialized view
Can we use two order by clause in query?