NEED HELP WITH LETTER B
2. 25%. Due 4/9. Design Document which includes the following:
b. SQL statements to create database tables and to insert some sample data (at least 3 rows per table). Please include drop table and drop sequence statements before create table, create sequence and insert.
c. Specification for each required feature. The specification should include a description of input parameters and output (usually printing a message), and a few test cases (normally there should be one normal case and a few special cases). You don’t need to implement any of these procedures at this point.