Mysql Assignment - 2: Where Quality Matters
Mysql Assignment - 2: Where Quality Matters
MYSQL ASSIGNMENT - 2
Question. Suppose there is a table named SCHOOL? Write SQL Queries as per the following table fields -
ROLL, NAME, CLASS, SECTION, ADDRESS, CITY, PHONE
Q1. Create a student table with the following structure. Suppose your own data type and size ?
Q5. Insert a new record in table student with the following set of values ?
101 ram xi c shivaji nagar ajmer 9856252352
Q6. Insert a new record in the table with the following set of values ?
102 shyam xii a ajmer road beawar NULL
Q10. Display roll number and names of those students who lives in ajmer or jaipur ?
Q11. Display records of those students whose name starts with the letter r ?
Q12. Display records of those students who lives in ajmer, jaipur, beawar or nasirabad ?
Q14. Display records of those student who do not reads in Class XII A ?