a1. Use CREATE statement to create a table Client (ClientName, phone). Note ClientName is primary key and you must define this primary key in CREATE statement. Show the statement. a2. Use INSERT statement to add two client records into Client
a1. Use CREATE statement to create a table Client (ClientName, phone). Note ClientName is primary key and you must define this primary key in CREATE statement. Show the statement. a2. Use INSERT statement to add two client records into Client