When should the FORCE keyword be used in the CREATE VIEW command?

Oracle 12c: SQL
3rd Edition
ISBN:9781305251038
Author:Joan Casteel
Publisher:Joan Casteel
Chapter13: Views
Section: Chapter Questions
Problem 3RQ
icon
Related questions
icon
Concept explainers
Question

When should the FORCE keyword be used in the CREATE VIEW command?

Expert Solution
Step 1

VIEW:

  • The “VIEW” in Structured Query Language (SQL) is a virtual table that does not exist physically.
  • It is formed by a SQL statement that links one or more tables.
  • The view is considered as a derived table because the data comes from one or more base tables.
  • It is a logical representation of table; all the operations asked by the user on a view are really done on the underlying base table.
  • View provides security to the tables in database.
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Query Syntax
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Oracle 12c: SQL
Oracle 12c: SQL
Computer Science
ISBN:
9781305251038
Author:
Joan Casteel
Publisher:
Cengage Learning
A Guide to SQL
A Guide to SQL
Computer Science
ISBN:
9781111527273
Author:
Philip J. Pratt
Publisher:
Course Technology Ptr