Computer Science, asked by afrujaKawsar, 1 year ago

what is database table?

Answers

Answered by 11124prayu1
2
In relational databases, and flat file databases, a table is a set of data elements (values) using a model of vertical columns (identifiable by name) and horizontal rows, the cell being the unit where a row and column intersect. A table has a specified number of columns, but can have any number of rows.
If it is right answer hope you will mark it as a brainlist answer
Answered by abhisharma50
3
hiii friend A table is a collection of related data held in a structured format within a database. It consists of columns, and rows.

In relational databases, and flat file databases, a table is a set of data elements (values) using a model of vertical columns(identifiable by name) and horizontal rows, the cell being the unit where a row and column intersect.[1] A table has a specified number of columns, but can have any number of rows.[2]Each row is identified by one or more values appearing in a particular column subset. A specific choice of columns which uniquely identify rows is called the primary key.

Similar questions