Write the SQL query to create a table 'Student' with above data.
Attachments:
Answers
Answered by
13
Answer:
CREATE TABLE statement is used to create a table in MySQL
Attachment contains command of Student table.
Explanation:
Attachments:
Answered by
1
Below are the query to create a table for the above data :-
Explanation:
CREATE TABLE Student ( Admno (4), SName (20), DateofBrith date, Address
- When a user executes the above query then he gets a result of a database that includes the above structure.
- It is because the above is a syntax to create a table in any database.
- But the user needs to select any database before using this query for the MYSQL database.
Learn More:
- Create a table : https://brainly.in/question/8476254
Similar questions
Social Sciences,
5 months ago
Business Studies,
5 months ago
Math,
11 months ago
Science,
11 months ago
Science,
1 year ago
Biology,
1 year ago