can a stored procedure call itself or recursive stored procedure? : Sql dba
Types of joins ?
Is inner join same as self join?
What does the sign mean in sql?
How will you make performance better for application including front end and back
How do I view tables in mysql?
Is record in pl sql?
what is autonomouse transaction?
What are primary key and foreign key and how they work?
What is dbo in 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
What is using in sql?
What is oracle and pl sql?