Can we edit a view in sql?
Answer / Shobhit Kumar Gupta
Yes, you can modify a view in SQL by using the CREATE OR REPLACE VIEW statement. This statement allows you to change the definition of an existing view. However, keep in mind that you cannot directly modify data through a view; instead, you must update the underlying table.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is mutating trigger?
Why do we use %rowtype & %type in plsql?
What is normalization in a database?
What is the use of double ampersand (&&) in sql queries? Give an example
How do I view stored procedures?
What is the relation b/w view and trigger
How do you write a complex sql query?
What is the plv (pl/vision) package offers?
select * from emp where sal in(select max(sal) from emp) here there is any limit for in operator how many values accpect ?
In a table i have columns A,B,C and i have a composite index on columns A,B if so will the following query uses index or not? SELECT sal,name FROM <table_name> WHERE A=<value> AND B=<value> AND C=<value>;
What are the events on which a database trigger can be based?
What are the triggers associated with image items?
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)