Charu has to create a database named MYEARTH in MYSQL. She now needs to create a table named CITY in the database to store the records of various cities across the globe. The table CITY has the following structure: 

Table: CITY

FIELD NAME
DATA TYPE REMARKS
CITYCODE  CHAR (5)  Primary Key 
CITYNAME  CHAR (30)   
SIZE INTEGER  
AVGTEMP INTEGER  
POLLUTIONRATE INTEGER  
POPULATION  INTEGER  

 

Help her to complete the task by suggesting appropriate SQL commands.

Answer

Slide47.JPG

Slide48.JPG
Slide49.JPG

Ask a doubt
Davneet Singh's photo - Co-founder, Teachoo

Made by

Davneet Singh

Davneet Singh has done his B.Tech from Indian Institute of Technology, Kanpur. He has been teaching from the past 14 years. He provides courses for Maths, Science, Social Science, Physics, Chemistry, Computer Science at Teachoo.