Plz answer these questions as 1 mark answers.
Answers
Explanation:
1•In two ways tables can be created in Base and they are Top-to-bottom approach and Bottom-to-top approach.
2• While adding a field to a table in the database, fields are created as a specific data type. Data types are classified to identify possible values stored in the column.
3•The list of data types available in Numeric Data type are as follows,
- TINYINT.
- SMALLINT.
- INT.Integer.
- INTEGER.
- BIGINT.
4•The list of data types available in Alphaunmeric data type are as follows,
- TINYINT.
- SMALLINT.
- MEDIUMINT.
- 4.INT.
- BIGINT.
5• The table is a data structure that organizes information into rows and columns.
6•An attribute value is an attribute name paired with an element of that attribute's domain, and a tuple is a set of attribute values in which no two distinct elements have the same name. Thus, in some accounts, a tuple is described as a function, mapping names to values.
7• The Binary data types are as follows,
- Machine data types.
- Boolean type.
- Numeric types.
- Enumerations.
- String and text types.
- Pointers and references.
- Function types.