Unix C++
Would you like to react to this message? Create an account in a few clicks or log in to continue.

view with constraint

2 posters

Go down

view with constraint Empty view with constraint

Post by jeeva Wed Mar 24, 2010 1:53 pm

how to create a view with a READONLY constraint!!!

jeeva

Posts : 50
Points : 93
Join date : 2010-03-04

Back to top Go down

view with constraint Empty Re: view with constraint

Post by mightyganesh Wed Mar 24, 2010 2:21 pm

the syntax is

CREATE VIEW <viewname> AS <sub query> WITH READ ONLY ;

WITH READ ONLY clause at the end add the constraint!
mightyganesh
mightyganesh

Posts : 53
Points : 92
Join date : 2010-02-26
Age : 35

http://ganeshguna.blogspot.com

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum