Here is the sql statements
smc_book table:
create table smc_book
(smc_id number(5),
smc_title varchar2(80),
smc_publisher varchar2(80),
smc_release_date date);
insert into smc_book
values (1234, 'Beautiful Wonder', 'Wrox Books', 'Jan-01-1999');
insert into smc_book
values (2356, 'Master...