Site icon Coding Faster

How To Make View In Oracle

Today, I would like to talk about how to make views in Oracle. But before that I want to tell you when we need a view in Oracle.  You can use views in many cases for different purposes. The most common uses of views are as follows:

 

Lets create a simple join view. We will get product_name from orders table, order_date from order_items and unit_price from products table and join them, that’s so easy.

You can have a look at my other post about How to make subquery in Oracle.

 

Exit mobile version