First page Back Continue Last page Graphics

Creating data

insert into person (first, last)

values ('John', 'Doe');

select * from person;