What is sql stand for?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL PLSQL Interview Questions

How can check sql version from command line?

0 Answers  


what is called after appearing where clause

3 Answers  


What is the maximum number of rows in sql table?

0 Answers  


what is blob? : Sql dba

0 Answers  


What are the types of queries in sql?

0 Answers  






How write primary and foreign key relationship between two tables without using constraints? u can use any of procedure/function/trigger and any sql?

1 Answers   Parexel,


What is the difference between sql and mysql?

0 Answers  


can we use out parameter in a function?Give an example.

4 Answers   Logica CMG, TCS,


What is a behavioral trigger?

0 Answers  


What is primary key and foreign key with example?

0 Answers  


What are the different schemas objects that can be created using pl/sql?

0 Answers  


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

6 Answers   Target,


Categories