- · A view is a specific look on data from one or more tables.
- · It is a dynamic, virtual table computed or collated from data in the database.
- · A view is a pseudo table. It is a stored query which looks like a table. And it can be referenced like a table.
- · It can arrange data in some specific order highlight or hide some data.
- · The fields in a view are fields from one or more real tables in the database.
- · A view contains rows and columns, just like a real table.
- Syntax:CREATE VIEW view_name ASSELECT column_name(s)FROM table_nameWHERE condition
Sunday, August 26, 2012
What is VIEW?
Subscribe to:
Post Comments (Atom)





No comments:
Post a Comment