what is auto increment? : Sql dba


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

Post New Answer

More SQL PLSQL Interview Questions

What is a Procedure ?

3 Answers  


How many sql commands are there?

0 Answers  


Which sql statement is used to return only different values?

0 Answers  


How does a trigger work?

0 Answers  


What are the benefits of pl/sql packages?

0 Answers  






What do you mean by dbms? What are its different types?

0 Answers  


What are keys in sql?

0 Answers  


why not null constraint showing its constraint type as 'c'

1 Answers  


Why do we use procedures in pl sql?

0 Answers  


What are the cursor attributes used in PL/SQL ?

4 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

5 Answers   Target,


What is string join?

0 Answers  


Categories