ADDING, DELETING AND MODIFYING RECORD IN ORACLE DATABASE
ADDING, DELETING AND MODIFYING RECORD I. Adding record II. Deleting record. III. Updating/modifying data values. IV. Saving and undoing change in data. V. Truncate VI. Drop ADDING RECORD:- DBMS is basically collection of data in the form of table with row and columns. The first step is to create a table and adding new record. Inserting values of different data types Character data typ...