Display only the year value from each employee’s hire date.

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


```
SQL> SELECT LName, FName, TO_CHAR(HireDate, 'YYYY')
2 FROM employee;

LNAME FNAME TO_C
--------------- --------------- ----
Smith John 1960
Houston Larry 1967
Roberts Sandi 1991
McCall Alex 1997
Dev Derek 1995
Shaw Jinku 2000
Garner Stanley 1996
Chen Sunny 1999

8 rows selected.
```

Computer Science & Information Technology

You might also like to view...

Describe the sorting pattern. Discuss the Merge sort routines in terms of this pattern.

What will be an ideal response?

Computer Science & Information Technology

Use the program to make a client program that repeatedly reads a line of input from the user, sends it to the server in a UDP datagram message, then receives a message from the server. The client sets a timeout on its socket so that it can inform the user when the server does not reply. Test this client program

What will be an ideal response?

Computer Science & Information Technology

Forms and reports can be easily added to the form by dragging the object from the Navigation Pane to the [Add New] button; therefore, it is important to be able to see your Navigation Pane as you work on the navigation form

Indicate whether the statement is true or false

Computer Science & Information Technology

The AUI port is used to connect which of the following? (Select all that apply.)

A) 1000Mbps Ethernet B) 100Mbps Ethernet C) 10Mbps Ethernet D) All of these answers are correct. E) None of these answers are correct.

Computer Science & Information Technology