How to get help at the sql prompt?
What is the difference between inner join and outer join?
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
What is update query?
how would you write a query to select all teams that won either 2, 4, 6 or 8 games? : Sql dba
What is delimiter in pl sql?
what is error ora-03113: end-of-file on communication channel?
What is a pl/sql block?
What are primary key and foreign key and how they work?
How do I add a primary key to a table?
Can we use commit or rollback in trigger? If yes, then how. Please explain with a suitable example?
Will truncate release space?
What is on delete restrict?