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...

What is WITH CHECK OPTION

Answer Posted / guest

When you use this option to create a view with a where
condition, the system wont allow to perform any action which
will invalidate the definition of the view.

ex:
create view test
as
select firstname,lastname from Employees where sal<10000
with Check option

If this returns 10 rows when you are updating the view if
any action is being done which updates the sal so that the
view returns lesser number of records is not allowed.

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is openrowset sql server?

1192


how to trace the traffic hitting a sql server? : Sql server database administration

1949


when would you go for denormalization? : Sql server database administration

909


How to execute a stored procedure in ms sql server?

1250


Why variables called the most powerful component of ssis?

1122


what are triggers? : Sql server database administration

951


What is inner join? Explain with an example?

1284


what is the difference between Tabular and Matrix report?

179


What is sql language?

1229


Is BCNF better than 2NF & 3NF? Why?

1103


Explain what is use of dbcc commands?

1131


Can you pass expressions to function parameters?

1150


Tell me what do we need queues in sql service broker?

1050


How exceptions can be handled in sql server programming?

1070


Why do we need different type of parameter?

1106