Instructor Resource
Kavanagh and Johnson, Human Resource Information Systems: Basics, Applications, and Future Directions, 4e
SAGE Publishing, 2018
5
identified and defined.
Tables
● Tables are used to store information about entities. Each table in a database contains
rows. Rows are also referred to as records and represent an “instance” of the entity.
Relationships, Primary Keys, and Foreign Keys
● In a relational DBMS, relationships are created by having the same attribute in each table
Queries
● A query is a question that you ask about the data stored in a database. Queries retrieve
specific data in a particular order, but it is important to note that queries do not store
data! All data are stored in tables. Queries only report on data currently in the table.
● Select queries and cross-tab queries provide the information that managers and
executives expect from IT. These queries can serve as the foundation for MRS and DSS
information and decision making. Action queries, on the other hand, improve the
operational efficiency of managing and maintaining a database. These tasks are important
to the operational staff but of less interest to HR managers and executives.
● Queries are also used as the basis for forms and reports. In addition to retrieving data,
they can add, update, and delete records in tables. You can define fields in a query that