What are the restrictions that views have to follow?
Answer / Vivek Anand
{"View Restrictions": "Views can contain joins, aggregations, and calculations but cannot contain DDL statements (CREATE, ALTER, or DROP), triggers, or transaction control statements. Views also cannot be indexed directly; instead, indexes are created on the underlying table that supports the view.","Nested View Restrictions": "SQL Server does not support nested views, except for scalar-valued functions and system views that rely on the SQL SERVER internal implementation of nested views."}
| Is This Answer Correct ? | 0 Yes | 0 No |
List some major differences between triggers and stored procedures?
What is storeprocedure?Tell me synatx for how to write stored procedure.
What action plan is preferred if sql server is not responding?
What is a scheduled job or what is a scheduled task?
What is transcation?Plz give One example?
Can the “if update (colname)” statement be used in a delete trigger?
You have a table ‘test’ which is a copy of northwind employee table you have written a trigger to update the field ‘hiredate’ with the current date
whats the maximum size of view state??
What is temporal data type?
How to test subquery results with the exists operator?
How do I find the transaction log size in sql server?
How many types of triggers in sql server?
Oracle (3253)
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)