Create a new table, SP03SECT, for Spring 2003 semester course sections using a subquery. Include CourseId, Section, FacultyId and RoomId columns only.
Use the Indo–US College database tables to design the following subqueries. (Use the spooling method to capture all queries and results in the CHAP8SP2.LST file)
```
SQL> CREATE TABLE sp03sect
2 AS
3 SELECT CourseId, Section, FacultyId, RoomId
4 FROM crssection
5 WHERE TermId = 'SP03';
Table created.
SQL> SELECT * FROM sp03sect;
COURSE SE FACULTYID ROOMID
------ -- ---------- ----------
CIS265 01 14
CIS265 02 111 18
LA123 05 15
CIS253 21 123 14
CIS253 11 111 18
CIS253 31 123 19
```
You might also like to view...
A general path is ________.
a. a set of polylines that do not result in a closed shape b. a shape constructed from straight lines and complex curves c. the shape of the curve in a font’s characters d. represented by an object of class GraphicsPath
Which of the following is the component of the processor that performs arithmetic, comparison, and other operations?
A. machine unit B. control unit C. ALU D. CPU
What type of expression has a Boolean value as a result?
A. decrement B. comparison C. assignment D. unifying
The caption for the Incentive YTD field should be Inc YTD when the query results display. How can Camashaly change the caption?
What will be an ideal response?