Question: sql coding Question 1: Assume the following SQL statement: CREATE TABLE person Id int primary key IDENTITY (100,-2) Name varchar(30) NULL, License num char(5), status

Question 1: Assume the following SQL statement: CREATE TABLE person Id int primary key IDENTITY (100,-2) Name varchar(30) NULL, License num char(5), status varchar(30) DEFAULT 'single', age int NOT NULL, CONSTRAINT unq_lens UNIQUE (License_num) ); 1- Insert three rows into this table 3- Add a column 'job' to the table
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
