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.



Which one of the following is a reason that an INSERT statement might cause an error instead of ex..

Answer / tulsi

1. The INSERT statement was attempting to insert a record
into a view that was created from more than one table.


we cannot modify more than one base table through a join
view.

Is This Answer Correct ?    9 Yes 1 No

Post New Answer

More SQL PLSQL Interview Questions

What does data normalization mean?

0 Answers  


Why do we use procedures in pl sql?

0 Answers  


When are we going to use truncate and delete?

0 Answers  


what is meant by forward declaration in functions?

4 Answers   TCS,


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

3 Answers  






What is where clause in sql?

0 Answers  


Is sql between inclusive?

0 Answers  


What is Difference Between delete and Truncate?

9 Answers  


How many types of primary keys are there?

0 Answers  


what is the command for user data type?

2 Answers  


What is triggering circuit?

0 Answers  


What is the use of partition by in sql?

0 Answers  


Categories