Jump to content

Recommended Posts

Views have the following benefits:

 

    * Security - Views can be made accessible to users while the underlying tables are not directly accessible. This allows the DBA to give users only the data they need, while protecting other data in the same table.

    * Simplicity - Views can be used to hide and reuse complex queries.

    * Column Name Simplication or Clarification - Views can be used to provide aliases on column names to make them more memorable and/or meaningful.

    * Stepping Stone - Views can provide a stepping stone in a "multi-level" query. For example, you could create a view of a query that counted the number of sales each salesperson had made. You could then query that view to group the sales people by the number of sales they had made.

 

 

http://www.learn-sql-tutorial.com/Views.cfm

 

Found this hopes it helps

Link to comment
https://forums.phpfreaks.com/topic/233179-about-views/#findComment-1199460
Share on other sites

  • 2 weeks later...
This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.