Views in Relational Algebra
In SQL, virtual table are considered as views. Like Tables, views also contain rows and columns. We can select the fields from one or more tables to create the view. It can either have all the rows of a table or have some specific rows based on certain condition. Detailed Answer What is View? In … Read more