हिंदी

Consider the table Projects given below: Table: Projects P_Id P001 P002 P003 P004 Pname School Management System Hotel Management System Blood Bank Payroll Management System Language Python C++ - Computer Science (Python)

Advertisements
Advertisements

प्रश्न

Consider the table Projects given below: 

                                      Table: Projects

P_Id Pname Language Startdate Enddate
P001 School Management System Python 2023-01-12 2023-04-03
P002 Hotel Management System C++ 2022-12-01 2023-02-02
P003 Blood Bank Python 2023-02-1 1 2023-03-02
P004 Payroll Management System Python 2023-03-12 2023-06-02 

Based on the given table, write SQL queries for the following:

  1. Add the constraint, primary key to column P_id in the existing table Projects.
  2. To change the language to Python of the project whose id is P002.
  3. To delete the table Projects from MySQL database along with its data.
लघु उत्तरीय

उत्तर

  1. Alter table Projects ADD Primary key(P_id); 
  2. Update Projects set Language="Python" where P_id="P002";
  3. Drop table Projects; 
shaalaa.com
  क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
2023-2024 (February) Set 4
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×