Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Ansler all the following questions and write your answer on the space provided after each sub questions. Based on the below given table structure, write
Ansler all the following questions and write your answer on the space provided after each sub questions. Based on the below given table structure, write the SQL statements for the following task. STUDENT(SID, SName, SSpec, S DEPT (Dno, Dname, DLocn) MODULE MCode, MName, MCredits, Dno, Category) SEMESTER(Semname, SStartDate, SEndDate) EXAMDETAILS(SID, MCode, Semname, MFees, AttPerc, IntMark, ExtMark, Result) Addr, SPhone, SDOB, SCGPA) 1. Display the Module code, module name ofall modules that belong to "Elective" category and offered by DNo 2. Arrange the result in reverse chronological order of the module name. 2. Display the Student ID and name of all students that were born from the year 1991 to 1999
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started