Database Developer Question:
Download Questions PDF

Tell me what are the advantages of Views?

Database Developer Interview Question
Database Developer Interview Question

Answer:

Some of the advantages of Views are

☛ Views occupy no space
☛ Views are used to simply retrieve the results of complicated queries that need to be executed often.
☛ Views are used to restrict access to the database or to hide data complexity.

Download Database Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Tell me what is the difference between NULL value, Zero, and Blank space?Tell us how to Test for NULL Values?