What is an example of a query that is based on the tables (attached) and includes both an arithmetic and a special operator in the conditional expression. SELECT • FROM COURSE;| COURSE_TYPE_CODE ||...


What is an example of a query that is based on the tables (attached)  and includes both an arithmetic and a special operator in the conditional expression.


MYSQL [jsohn6]> SELECT • FROM COURSE;<br>| COURSE_TYPE_CODE |<br>| COURSE_TYPE | PROF_NUM | DEPARTMENT_ID | COURSE_TITLE<br>| COURSE_DESCRIPTION<br>101 | Costume Designs<br>101 | Couture Fashion<br>101 | Costume Designs<br>101 | Textile Designs<br>201 | Fine Arts<br>103 | Computer Patterns<br>103 | Web Retail<br>103 | Web Design<br>202 | Design with Technolo | Intro to Computer Design<br>Fundamentals of Costume Design | F<br>| Fundamentals of Luxury Design | F<br>| Fundamentals of Costume Design | F<br>| Fundamentals of Textile Design | F<br>Advanced Printmaking<br>FASH-100<br>FASH-110<br>3 |<br>FASH-120<br>FASH-150<br>7|<br>4 |<br>FASH-210<br>TECH-100<br>Intro to Computer Patterns<br>| Intro to Retail Ecommerce<br>| Fundamentals of Graphic Design | T<br>TECH-110<br>TECH-120<br>4<br>TECH-200<br>2<br>> rows in set (0.01 sec)<br>MYSQL [jsohn6]> SELECT * FROM PROFESSOR;<br>MYSQL [jsohn6]> SELECT * FROM TECHNOLOGY;<br>| PROF_NUM | PROF_LASTNAME | PROF_FIRSTNAME |<br>| COURSE_TYPE | LABTOP_NUMBER |<br>1 | Smith<br>2 | Banks<br>з| Таylor<br>4 | Smith<br>6 | Smith<br>7 | Banks<br>| Mary<br>| Jane<br>| Hazel<br>| Terry<br>| Jenny<br>| Tim<br>TECH-100<br>12345<br>67890 |<br>13579 |<br>24680 |<br>TECH-110<br>TECH-120<br>| TECH-200<br>4 rows in set (0.00 sec)<br>6 rows in set (0.00 sec)<br>

Extracted text: MYSQL [jsohn6]> SELECT • FROM COURSE; | COURSE_TYPE_CODE | | COURSE_TYPE | PROF_NUM | DEPARTMENT_ID | COURSE_TITLE | COURSE_DESCRIPTION 101 | Costume Designs 101 | Couture Fashion 101 | Costume Designs 101 | Textile Designs 201 | Fine Arts 103 | Computer Patterns 103 | Web Retail 103 | Web Design 202 | Design with Technolo | Intro to Computer Design Fundamentals of Costume Design | F | Fundamentals of Luxury Design | F | Fundamentals of Costume Design | F | Fundamentals of Textile Design | F Advanced Printmaking FASH-100 FASH-110 3 | FASH-120 FASH-150 7| 4 | FASH-210 TECH-100 Intro to Computer Patterns | Intro to Retail Ecommerce | Fundamentals of Graphic Design | T TECH-110 TECH-120 4 TECH-200 2 > rows in set (0.01 sec) MYSQL [jsohn6]> SELECT * FROM PROFESSOR; MYSQL [jsohn6]> SELECT * FROM TECHNOLOGY; | PROF_NUM | PROF_LASTNAME | PROF_FIRSTNAME | | COURSE_TYPE | LABTOP_NUMBER | 1 | Smith 2 | Banks з| Таylor 4 | Smith 6 | Smith 7 | Banks | Mary | Jane | Hazel | Terry | Jenny | Tim TECH-100 12345 67890 | 13579 | 24680 | TECH-110 TECH-120 | TECH-200 4 rows in set (0.00 sec) 6 rows in set (0.00 sec)
Jun 05, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here