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

sql coding  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

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!