Explain the working of foreign key?
No Answer is Posted For this Question
Be the First to Post Answer
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 sqlservr exe?
What is a dirty read sql?
Is sql a scripting language?
Types of joins ?
What is materialized view. What are different methods of refresh?
Explain sql data types?
Can we alter stored procedure?
what is union? : Sql dba
Can 2 queries be executed simultaneously in a distributed database system?
State few characteristics of pl/sql?
How do I remove all records from a table?