Explain what is sql*plus?
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
Why cross join is used?
What is a full join sql?
Can you call pl/sql package functions from within a fast formula?
What is the difference between microsoft access and sql server?
how to remove records from table? no name 1 a 2 b 1 a 2 b 3 c
What is clustered and nonclustered index in sql?
What is the use of %rowtype?
what is the difference between a web-garden and a web-farm? : Sql dba
What is the difference between local and global temporary table?
What are the properties of a transaction?
What is view explain with example?