Database Reference
In-Depth Information
exeRCiSe 8.2 (continued)
SQL> insert into foo values (2,'test2');
1 row created.
SQL> insert into foo values (3,'test3');
1 row created.
SQL> commit;
Commit complete.
2. Select the system time.
SQL> select sysdate from dual;
SYSDATE
----------18-AUG-13 22:24:11
3. Insert more rows of data into the table, and commit.
SQL> insert into foo values (4,'test4');
1 row created.
SQL> insert into foo values (5,'test5');
1 row created.
SQL> commit;
Commit complete.
Search WWH ::




Custom Search