Question: .Create a table MySql, called Student in the database College. This table has 7 fields: Two fields, student ID and phone_number are unsigned, 20-digit integers

.Create a table MySql, called Student in the database College. This table has 7 fields:

Two fields, student ID and phone_number are unsigned, 20-digit integers

Two fields, first_name and last_name are strings of up to 25 characters

Two fields, programme and school name are strings of up to 255 characters each

One field, status is the tiny text data object to store the short string.

Further, the specification indicates that none of these fields can be null: that is, each of these fields must contain data, and cannot be omitted from a record.

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!