To convert text to title case, use the ________ function
A) CONCATENATE
B) PASTE
C) PROPER
D) CONVERT
Answer: C
You might also like to view...
While Access allows you to leave several tables open at the same time, it is a good idea to get into the habit of ________ a table when you are finished with it
A) saving B) closing C) exporting D) renaming
The HomeGroup connections option of Advanced Sharing settings allows a Windows 7 computer to join a domain
Indicate whether the statement is true or false
The highest quality power strips include protective circuits to minimize damage to technology equipment due to power surges or spikes.
Answer the following statement true (T) or false (F)
Which of the following queries/statements will result in an error message? Why? (Use tables created in the Chapter 4 Lab Activity)
1. SELECT LastName, FirstName FROM student; 2. SELECT DeptId, * FROM dept; 3. INSERT INTO dept VALUES (77, RESEARCH, NULL, NULL); 4. UPDATE employee SET DeptId = 88 WHERE EmployeeId = 111; 5. DELETE FROM dept WHERE DeptId = 10;