SELECT E.EmployeeID, E.FirstName, E.LastName, E.Title, D.DepartmentName, E.PhoneExtension, E.EmailAddress
FROM Employees E, Departments D
WHERE E.DepartmentID = D.DepartmentID
ORDER BY E.FirstName DESC;
SELECT FirstName,LastName
FROM Employees
WHERE ManOfTheMonth='yes';
#applicationName#
ID |
Name (Last, First) |
Title |
Department Name |
Phone Extension |
Email Address |
Select an Employee ID radio button prior to clicking the 'Update Employee' or 'Delete Employee' buttons.
Today's date: #currentDate#
Current Time: #currentTime#
Browser used: #CGI.HTTP_USER_AGENT#
Path of this template: #CGI.SCRIPT_NAME#