Computer Science, asked by saranya48, 1 month ago

B.
Answer the following:
1.
Define the term Table. What are its uses​

Answers

Answered by riyakaushik22
9

Answer:

A table is a data structure that organizes information into rows and columns. It can be used to both store and display data in a structured format. ... ... Websites often use tables to display data in a structured format

.xD

Answered by manojjangra2708
0

A table is a data structure that organizes information into rows and columns. It can be used to both store and display data in a structured format. For example, databases store data in tables so that information can be quickly accessed from specific rows. Websites often use tables to display multiple rows of data on page. Spreadsheets combine both purposes of a table by storing and displaying data in a structured format.

Databases often contain multiple tables, with each one designed for a specific purpose. For example, a company database may contain separate tables for employees, clients, and suppliers. Each table may include its own set of fields, based on what data the table needs to store. In database tables, each field is considered a column, while each entry (or record), is considered a row. A specific value can be accessed from the table by requesting data from an individual column and row.

Similar questions