database object that helps us to retrieve and view information
Answers
Answered by
1
Answer:
View is a database object which is once again an invisible table which is used to view the information from multiple tables. A view is created using select statement, where the select statements may consists of various columns selected from various tables with necessary filtering.
Answered by
2
A popular data manipulation language is structured query language (SQL) which is used to retrieve and manipulate data in a relational database.
Similar questions