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.
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 |
which command using query analyzer will give you the version of sql server and operating system? : Sql dba
Write a pl/sql script to display the following series of numbers: 99,96,93……9,6,3?
How do I debug a stored procedure?
Can we create non-clustured index on a clustered index ?
what's the difference between a primary key and a unique key? : Sql dba
How to add a column ‘salary’ to a table employee_details?
Why indexing is needed?
what are the advantages of using stored procedures? : Sql dba
Does view contain data?
How to create a menu in sqlplus or pl/sql?
What is the difference between having and a where in sql?
what are pl/sql collections?
4 Answers JPMorgan Chase, Oracle,
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)