Question:What do you mean by foreign key?
Answer
The common field in child table that maintains relation with master table is foreign key.
Question:What do you mean by foreign key?
The common field in child table that maintains relation with master table is foreign key.
Question:What is a table?
A table is a collection of data about a specific topic such as products, students or suppliers. A table organizes data into columns (fields) and rows (records or tuples).
Question:What are the elements/objects of a database?
The major six elements of a database are Tables, Queries, Form, Reports, Macros, Modules
Question:What is a field?
A field in a database is a piece of information about a subject. Each field is arranged as a column in table.
Question:What is a record?
A record is complete information about a subject. A record is a collection of fields and presented as a row in a table of database.