What is sql stand for?
How can check sql version from command line?
what is called after appearing where clause
What is the maximum number of rows in sql table?
what is blob? : Sql dba
What are the types of queries in sql?
How write primary and foreign key relationship between two tables without using constraints? u can use any of procedure/function/trigger and any sql?
What is the difference between sql and mysql?
can we use out parameter in a function?Give an example.
What is a behavioral trigger?
What is primary key and foreign key with example?
What are the different schemas objects that can be created using pl/sql?
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