Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

which command using query analyzer will give you the version of sql server and operating system? : Sql dba

0 Answers  


Write a pl/sql script to display the following series of numbers: 99,96,93……9,6,3?

1 Answers  


How do I debug a stored procedure?

0 Answers  


Can we create non-clustured index on a clustered index ?

4 Answers   TCS,


what's the difference between a primary key and a unique key? : Sql dba

0 Answers  


How to add a column ‘salary’ to a table employee_details?

0 Answers  


Why indexing is needed?

0 Answers  


what are the advantages of using stored procedures? : Sql dba

0 Answers  


Does view contain data?

0 Answers  


How to create a menu in sqlplus or pl/sql?

0 Answers  


What is the difference between having and a where in sql?

0 Answers  


what are pl/sql collections?

4 Answers   JPMorgan Chase, Oracle,


Categories