---
title: "What is a View?"  
description: "What is a View?"  
author: "Rahul Roi"  
published: 2019-05-06  
updated: 2020-09-16  
canonical: https://www.mindstick.com/interview/23505/what-is-a-view  
category: "database"  
tags: ["database", "sql server"]  
reading_time: 1 minute  

---

# What is a View?

The view is a virtual table which consists of a subset of data contained in a table. These Views are not virtually present, and it takes less space to store. A View can have data of one or more tables combined, and it is depending on the relationship.

## Answers

### Answer by Rahul Roi

The view is a virtual table which consists of a subset of data contained in a table. These Views are not virtually present, and it takes less space to store. A View can have data of one or more tables combined, and it is depending on the relationship.


---

Original Source: https://www.mindstick.com/interview/23505/what-is-a-view

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
