0
views
What are the views in the sql? i have not understand it.
2 Antworten
+ 3
A view in sql means we want to give access the contents of a created table not original but duplicate copy make by us, it will be a set of some column from a table or mixing of 2 and more tables.
Without effecting original sql files.