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.
```

Computer Science & Information Technology

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

Computer Science & Information Technology

____________________ 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).

Computer Science & Information Technology

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

Computer Science & Information Technology

Which technology is used to back up data from an iOS device?

A) iStorage B) WideSync C) iCloud D) AirPlay

Computer Science & Information Technology