COMPUTER FUNDAMENTALS

COMPUTER APPLICATIONS

DATABASE MANAGEMENT SYSTEMS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Sets of related data
A
Table
B
Form
C
Report
D
Field
Explanation: 

Detailed explanation-1: -A table relationship works by matching data in key fields-often a field with the same name in both tables. In most cases, these matching fields are the primary key from one table, which provides a unique identifier for each record, and a foreign key in the other table.

Detailed explanation-2: -A DataSet is made up of a collection of tables, relationships, and constraints. In ADO.NET, DataTable objects are used to represent the tables in a DataSet. A DataTable represents one table of in-memory relational data; the data is local to the .

Detailed explanation-3: -A collection of related data is called Database.

There is 1 question to complete.