Question: 11.A database stores ________. a. Data b. Relationships c. Applications d. Both A and B are correct e. Both A and C are correct 12.Hypertext
11.A database stores ________.
| a. | Data | |
| b. | Relationships | |
| c. | Applications | |
| d. | Both A and B are correct | |
| e. | Both A and C are correct |
12.Hypertext Transport Protocol (HTTP) is a technology used to ________.
| a. | Connect servers to a client in a Client-Server architecture | |
| b. | Connect to web pages over the Internet | |
| c. | Connect applications to a DBMS | |
| d. | Connect hardware devices to a computer system | |
| e. | Connect applications to MS Access |
13.In an SQL query, which SQL keyword begins the query?
| a. | EXISTS | |
| b. | FROM | |
| c. | SELECT | |
| d. | WHERE | |
| e. | LIKE |
14.Given a table with the structure: EMPLOYEE (EmpNo, Name, Salary, HireDate), which of the following would find all employees whose name begins with the letter "S" using Microsoft Access?
| a. | SELECT * FROM EMPLOYEE WHERE Name IN ['S']; | |
| b. | SELECT EmpNo FROM EMPLOYEE WHERE Name LIKE 'S'; | |
| c. | SELECT * FROM EMPLOYEE WHERE Name LIKE 'S*'; | |
| d. | SELECT * FROM EMPLOYEE WHERE Name LIKE 'S%'; | |
| e. | SELECT FROM EMPLOYEE WHERE Name LIKE 'S%'; |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
