Answered step by step
Verified Expert Solution
Question
1 Approved Answer
List all data from the AcademicStatus table. Number of rows expected: 3 2 . List number and academicStatusCode for all students who have been discontinued.
List all data from the AcademicStatus table. Number of rows expected:
List number and academicStatusCode for all students who have been
discontinued. List the results in descending order by number. Number of
rows expected:
List number and academicStatusCode for all students who have been
discontinued or suspended. List the results in ascending order by number.
Use operator as part of your solution. Do not use OR or NOT. Number
of rows expected:
List the province code the persons are from, but show each province code
only once ie no duplicates List the results in descending order by
province code. Number of rows expected:
List the province code the persons are from ie no duplicates with the
NULL value excluded in the output. Number of rows expected:
List number, last name, first name, city, and country for persons who does
not have a province code assigned. Number of rows expected:
List number, last name, first name, city, and country for persons with first
name that starts with AND followed by any single character. Number of
rows expected:
List all data from the Program table with program name that starts with
Computer Number of rows expected:
List the code, acronym and name of the programs with program name that
contains coop Number of rows expected:
List all data for students with final mark that is lower than Do not
display final mark that is zero. Number of rows expected:
List the number, capacity and memory of any room that has a capacity
greater than or equal to is a lab, has computers with GB memory, and
is located at the Doon campus. Number of rows expected:
List all employees who teach in the School of Trades and Apprenticeship
and are located at the Doon, Guelph or Waterloo campus. Number of rows
expected:
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