What is sql and db2?


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

Post New Answer

More SQL PLSQL Interview Questions

In packages the source code is compiled into p code ? how do we describe the p code

3 Answers  


What are functions in sql?

0 Answers  


what is csv? : Sql dba

0 Answers  


What is the difference between microsoft sql and mysql?

0 Answers  


explain commit and rollback in mysql : sql dba

0 Answers  






There is a sequence with min value 100. I want to alter this sequence to min value as 101. If the table has already data in the sequence column as 100,101,102... Is it possible to do so ?

4 Answers   IBM,


How does postgresql compare to "nosql"?

0 Answers  


How you can copy a file to file content and file to pl/sql table in advance pl/sql?

0 Answers  


What is a dirty read sql?

0 Answers  


Why is the cursor important?

0 Answers  


What does “select count(*) from tab” result?

15 Answers   IBM, Student, Wipro,


Which one of the following is a reason that an INSERT statement might cause an error instead of executing correctly? 1. The INSERT statement was attempting to insert a record into a view that was created from more than one table. 2. The INSERT statement was attempting to insert a record using a combination of constants and values from an existing table. 3. The INSERT statement was attempting to insert a record with a non-NULL value into a table that has that column defined as NULL. 4. The INSERT statement was attempting to insert a record into a table by selecting a record from that same table. 5. The INSERT statement was attempting to insert a record into a view rather than a table.

1 Answers   Sonata,


Categories