Multiple choice technology web technology

Extracts from a database a single record that matches the specified criteria

  1. GETDATA

  2. GETDB

  3. DGET

  4. None of the Above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

DGET is a database function that extracts a single record from a database that matches specified criteria. Unlike other database functions that perform calculations or aggregations, DGET retrieves actual field values from one matching record. It returns an error if multiple records match the criteria.