Answered step by step
Verified Expert Solution
Question
1 Approved Answer
.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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started