142k views
4 votes
Brittany just pulled up a database table with employee information that contains 50 records of employees at her company. Which of the following terms best fits what she sees?

Schemas

Architecture

Instances

Operations

User Relativity
by
5.0k points

1 Answer

7 votes

Answer:

The answer is: Operations.

Explanation:

A database operation accesses to information of a relational database. In this case, Brittany has creates the database operation that select employee information of her company and the database has returned a result set. The SQL statement to perform operations on a database are:

  • INSERT
  • SELECT
  • UPDATE
  • DELETE

User Diogo Cunha
by
4.6k points