Database Administration Question:

Explain Do a view contain data?

Database Administration Interview Question
Database Administration Interview Question

Answer:

A view does not contain any data of its own, but is like a window through which data from other tables can be viewed and changed.


Previous QuestionNext Question
Explain How do we handle exceptions / errors in stored procedures?Explain What are the different types of segments?