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.

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Is sql a oracle?

1022


What is sql constant?

1099


What is coalesce sql?

1051


What port does sql server use?

1110


how to get a list of columns in an existing table? : Sql dba

1002


How many types of indexes are there in sql?

1039


how to calculate the difference between two dates? : Sql dba

1112


Why truncate is faster than delete?

1158


how to extract a unit value from a date and time? : Sql dba

1035


What is mdb stand for?

1057


What are local and global Indexes and where they are useful.

1493


What are the two different parts of the pl/sql packages?

1138


What is sql trigger example?

1113


What is the maximum number of columns in sql table?

1226


which types of join is used in sql widely? : Sql dba

1028