| 1. |
Write SQL statements (Query) for following tables: Student (StudentId, Name, Enrollmentno, Division, Semester, BirthDate, Email, ContactNo) DISPLAY ALL STUDENT DETAILS WHO BELONGS TO ‘BCX-3’ DIVISION.
|
||||||||
|
Answer:
Option (c) |
| 2. |
Write SQL statements (Query) for following tables: Student (StudentId, Name, Enrollmentno, Division, Semester, BirthDate, Email, ContactNo) DISPLAY NAME OF STUDENT WHO BELONGS TO EITHER SEMESTER 3 OR 5.
|
||||||||
|
Answer:
Option (a) |
| 3. |
Write SQL statements (Query) for following tables: Student (StudentId, Name, Enrollmentno, Division, Semester, BirthDate, Email, ContactNo) FIND ALL STUDENTS WHOSE NAME DOES NOT STARTS WITH ‘V’.
|
||||||||
|
Answer:
Option (d) |
| 4. |
Write SQL statements (Query) for following tables: Student (StudentId, Name, Enrollmentno, Division, Semester, BirthDate, Email, ContactNo) DISPLAY ALL THE DETAILS OF FIRST THREE STUDENTS.
|
||||||||
|
Answer:
Option (c) |
| 5. |
Write SQL statements (Query) for following tables: Student (StudentId, Name, Enrollmentno, Division, Semester, BirthDate, Email, ContactNo) DISPLAY UNIQUE SEMESTERS.
|
||||||||
|
Answer:
Option (c) |
| 6. |
Write SQL statements (Query) for following tables: Student (StudentId, Name, Enrollmentno, Division, Semester, BirthDate, Email, ContactNo) DISPLAY NAME, ENROLLMENTNO OF FIRST 30% STUDENTS WHO’S CONTACT NUMBER ENDS WITH 7.
|
||||||||
|
Answer:
Option (b) |
| 7. |
Write SQL statements (Query) for following tables: Student (StudentId, Name, Enrollmentno, Division, Semester, BirthDate, Email, ContactNo) FIND ALL STUDETNS IN WHICH EMAIL CONTAINS ‘3@G’ & ONLY SIX CHARACTERS.
|
||||||||
|
Answer:
Option (a) |
| 8. |
Write SQL statements (Query) for following tables: Student (StudentId, Name, Enrollmentno, Division, Semester, BirthDate, Email, ContactNo) DISPLAY STUDENTID, NAME & EMAIL OF ALL STUDENTS.
|
||||||||
|
Answer:
Option (c) |
| 9. |
Write SQL statements (Query) for following tables: Student (StudentId, Name, Enrollmentno, Division, Semester, BirthDate, Email, ContactNo) FIND STUDENTS AFTER BORN DATE 01-01-1990.
|
||||||||
|
Answer:
Option (d) |
| 10. |
Write SQL statements (Query) for following tables: Student (StudentId, Name, Enrollmentno, Division, Semester, BirthDate, Email, ContactNo) DISPLAY STUDENT NAME IN WHICH STUDENT BELONGS TO SEMESTER 3 & CONTACT NUMBER DOES NOT CONTAINS 8 & 9.
|
||||||||
|
Answer:
Option (d) |