Give a 10% raise to employee number 111.
Write queries/statements for the following. (Use tables created in Chapter 4 Lab Activity.)
```
SQL> UPDATE employee
2 SET Salary = Salary + 0.10 * Salary
3 WHERE EmployeeId = 111;
1 row updated.
```
You might also like to view...
A _____________ is an object that is a simple container class that groups other objects.
a. JPanel b. JMenu c. JButton d. JTextArea
____________________ can be graphics, text, or buttons with hotspots that, when clicked with a mouse, take you to a related section of the same Web page, another Web page in the same site, or another Web site altogether.
Fill in the blank(s) with the appropriate word(s).
A structured reference uses field names instead of cell references to make it easier to create formulas
Indicate whether the statement is true or false
Which technology is used to back up data from an iOS device?
A) iStorage B) WideSync C) iCloud D) AirPlay