![]() |
|
![]() |
The YourCo Web site contains many examples of database access. You can find examples that query, insert, update, and delete data. All of the YourCo data are loaded into relational tables in the SAMPLE database. And, all of the servlets that access this data were created with the WebSphere Studio database wizard. You can look up employees in the YourCo White Pages directory, even if you have not logged in yet. But, you must log in as a YourCo employee to go to the rest of the database examples:
White pages: You can search for YourCo employees (query) by their last name, by their department, or by their position.
Help Wanted: You can find open job positions (query) at YourCo. If you are a manager, your can post a new position (insert), change the criteria of a posted job (update), or cancel one when you fill it (delete).
|