Display all course sections offered in Winter 2003.
Write queries/statements for the following. (Use tables created in Chapter 4 Lab Activity.)
```
SQL> SELECT CourseId, Section, TermId
2 FROM crssection
3 WHERE TermId = 'WN03';
COURSE SE TERM
------ -- ----
CIS265 01 WN03
CIS253 01 WN03
MA150 02 WN03
AC101 10 WN03
```
You might also like to view...
A key feature of an enterprise system is that _________.
A. it helps a business function isolate information other functions and other levels of management. B. it is exclusive to small and medium-sized enterprises (SMEs) C. it employs a database of key operational and planning data that can be shared by all D. it is only used by large organizations
Which type of security is specifically concerned with computers or devices that are part of a network infrastructure?
A. Host security B. Server security C. Computer security D. Network security