ADD
ADD table_name
This command, when passed a table name, prompts you for each column’s data and adds a row to the table.You may add as many rows as you wish, as the command continues until either an error occurs, or the kbd:[Enter] key is pressed without data.If you wish to set a column to NULL
, type it in exactly as shown.
SQL> add country; Enter data or NULL for each column. RETURN to end. Enter COUNTRY>Scotland Enter CURRENCY>GBP Enter COUNTRY> SQL> commit;