Question: What is a view in a database?Answer: A view is a virtual table based on the result of a SELECT query, and it does not store the data itself.Example:
|
Is it helpful?
Yes
No
Most helpful rated by users:
- What is SQL?
- What is the difference between SQL and MySQL?
- What is a primary key?
- What is an index in a database?
- What is a foreign key?