What does the term 'record' refer to in SQL?AA row in a tableBA column in a tableCA primary key constraintDA collection of all data in a tableAnswer: A. A row in a table Read Explanation: A record, also called a row, is each individual entry that exists in a table. For example, there are 91 records in the above Customers table. A record is a horizontal entity in a table. A column is a vertical entity in a table that contains all information associated with a specific field in a table. Read more in App