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

how can we know the number of days between two given dates using mysql? : Sql dba

0 Answers  


ex: take one schema in that t1,t2,.....tn tables and you don't no the table name also. write a procedure if enter columns name then display the maching columns .otherwise display the unmatch columns.

1 Answers   Zensar,


What are inbuilt functions in sql?

0 Answers  


What is pls integer?

0 Answers  


what is sp_pkeys? : Transact sql

0 Answers  






What are sql functions? Describe in brief different types of sql functions?

0 Answers  


How do you delete duplicates in sql query using rowid?

0 Answers  


why we go for package? what are the advantages of using instead of seperate procuderes or functions

3 Answers   IBM, TCS,


Where are my tempfiles, I don't see them in v$datafile or dba_data_file?

0 Answers  


What is trigger price?

0 Answers  


Can pl sql procedure have a return statement?

0 Answers  


what is explain plan?

4 Answers  


Categories