What is part of a database that holds only one type of information?

Posted by Pankaj Sharma
7
May 1, 2024
8 Views
Comments (3)
avatar
On Vent
9

Mind Development Ventures

The table IS the database in SQL - it holds a great variety of information !!!

May 1, 2024 Like it
avatar
Information Technolo...
3

Infotech Resource

The part of a database that holds only one type of information is called a table.

A table in a database is a structured collection of data organized into rows and columns. Each column in a table represents a specific type of data, such as a person's name, age, or address. This ensures that the data stored in the table is consistent and organized.

Some key characteristics of a database table:

- Holds a specific type of information (e.g. customer records, product details, etc.)
- Consists of ro

May 1, 2024 Like it
avatar
On Vent
9

Mind Development Ventures

It's the index of the database file which holds only one type of information - the index key

Apr 20, 2024 Like it
avatar
Please sign in to add comment.