Question: Using SQL Create a table Using the famous_scientists database: Create a scientists table with the following features: Columns: id: Integer max. size of 1. Cant
Using SQL Create a table
Using the famous_scientists database:
Create a scientists table with the following features: Columns: id: Integer max. size of 1. Cant be null. Auto increment from 1. name: Variable length string max. size of 255 characters. Cant be null. discovery: Text. Cant be null. year_of_birth: Integer max. size of 4. Cant be null. year_of_death: Integer max. size of 4. Defaults to null. Primary key is the id column.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
