What is a View ? Can we insert, Update and delete a view?
Answer / Sanjay Rathour
A view is a virtual table based on the result-set of an SQL statement. It does not store data itself but provides a simplified and secured way to query data from one or more tables. A view can be used to restrict access to specific columns, hide sensitive data, improve readability, and simplify complex queries. Views cannot be directly inserted, updated, or deleted because they do not contain actual data. However, you can perform these operations on the base table(s) underlying the view.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are different types of schemas?
How do you create a clustered index?
Do you know the cursor types?
What is row by row processing ?
Can you explain full-text query in sql server?
What is system stored procedures?
Tell me about normalization in DBMS.
Explain what is analysis service repository?
What is a covered index?
What are the types of model in sql server and explain
DIFFERENCE BETWEEN SQL SERVER 2005 and 2008
what are the steps you will take, if you are tasked with securing an sql server? : Sql server database administration
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)