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

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!