Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3493670
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T11:54:42+00:00 2026-05-18T11:54:42+00:00

When should a View actually be used over an actual Table? What gains should

  • 0

When should a View actually be used over an actual Table? What gains should I expect this to produce?

Overall, what are the advantages of using a view over a table? Shouldn’t I design the table in the way the view should look like in the first place?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-18T11:54:42+00:00Added an answer on May 18, 2026 at 11:54 am

    Oh there are many differences you will need to consider

    Views for selection:

    1. Views provide abstraction over tables. You can add/remove fields easily in a view without modifying your underlying schema
    2. Views can model complex joins easily.
    3. Views can hide database-specific stuff from you. E.g. if you need to do some checks using Oracles SYS_CONTEXT function or many other things
    4. You can easily manage your GRANTS directly on views, rather than the actual tables. It’s easier to manage if you know a certain user may only access a view.
    5. Views can help you with backwards compatibility. You can change the underlying schema, but the views can hide those facts from a certain client.

    Views for insertion/updates:

    1. You can handle security issues with views by using such functionality as Oracle’s “WITH CHECK OPTION” clause directly in the view

    Drawbacks

    1. You lose information about relations (primary keys, foreign keys)
    2. It’s not obvious whether you will be able to insert/update a view, because the view hides its underlying joins from you
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using the Model-View-Presenter pattern for a web page. Should the presenter be
Is there any guideline or rule for when the view state should be enabled
Should I use the same controller and view for editing and creating models in
In Model-View-Presenter pattern where should we write validations of user input.
How should I initiate a delete action from my view? Creating a new form-tag
Question is should i use properties for my view controllers? Consider the following case:
Which method View() is called last in the System.Web.Mvc.Controller? Or should I override each
Is it ok to do the following: View(new {Object A, Object B}) Or should
Typically the 'using' declaration is used to bring into scope some member functions of
actually I don't know whether they should work I made a library in C#

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.