A. Disscuss what you have leaned and understood out RDBMS is, so for
A relational database management system (RDBMS) is a program that lets you create, update, and administer a relational database.
A short definition of an RDBMS maybe a DBMS in which data is stored in the form of tables and the relationship among the data is also stored in the form of tables.
B. Define how each of he following fit and function within the famework of RDBMS systems:
1. Ket Fields - A field in a recod that holds unique data which identifies tht record from all e other records in the file or database. Account number, product code nd customer are typical key fields.
2. Database Records - A database record consists of one set of tuples for a given relational table. In a rational database, records correspond to rows in each table.
3. Data Queries - A database qury describes instructions sent to the database in SQL that request some kind of function to be performed on your data set or database.
4. Data Types - Data type is a data storage format that can contain a specific type or range of values.
6. Tables/ database files - In relational darabases and flat file databases, a table is a set of data elements that is organized using a model of vertcal columns and horizontal rows. A table has speified number of columns, but ca have any number of rows
7. Relationships (Table Linkage) - Relational database offer powerful methods fo the efficient organization, storage, maintenance, integration, processing and interrogation of large, omplex data sets. These properties arise fundamentally from two types of logical constucts that are central to the structure and function of relational database systems: tables and the relationships that connect them.