In SQL, a SQL view is a virtual table based on the result-set of an SQL statement. A view contains rows and columns, just like a real table.
SQL views can be used to hide rows and columns and complicated SQL syntax.
The fields in a view are fields from one or more real tables in the database.
A database is used to store, modify, extract and to search for the data within it.
The process of arranging any items in a systematic manner in a logical sequence is called as Sorting. It can be of two types :
1. Ordering
Arranging items following some criterion like ascending or descending order
2. Categorizing
Grouping items with similar properties together.
Comments
There are no comments.Copyright ©CuriousTab. All rights reserved.