1. create database and use that database to create table: create database chegg19; use chegg19 2. Before creation of table let us define raltionship between these tables: 3.table creation: create table staff (staffNo varchar(5) PRIMARY KEY, name varc