Create a custom prompt for user to input any value betwwen 50 and 99 into DeptId column.

Write queries/statements for the following. (Use tables created in Chapter 4 Lab Activity.)

```
SQL> ACCEPT dept_id PROMPT "Please enter DeptId between 50 and 99: "
Please enter DeptId between 50 and 99: 90
```

Computer Science & Information Technology

You might also like to view...

The portions of a worksheet bounded by and separated from other parts of the worksheet by horizontal and vertical lines are called ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

In a queuing system, every customer has a customer number, arrival time, ____________________ time, transaction time, and departure time.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology