Oracle sql tutorial :Restricting the data set

So far in earlier oracle sql tutorial, we have learned about select from the table where all the rows are being returned. Now in this Oracle sql tutorial we learn about restricting the date set (number of rows selected) from the table. This is achieved through where clause in the sql statement Basic sql statment …

Oracle sql tutorial :Restricting the data set Read More »