Computer Science, asked by simayadav573, 2 months ago

2. Optional description of the table​

Answers

Answered by Rameshjangid
0

Answer: - A Table is the data structure which organizes the given information into the rows and the columns. The table can be used for both the purposes, one is to store the data and the other is to display the data in a structural form.

About the table: -

  • A table is the data structure which organizes the provided information into the rows and the columns.
  • It can be used for both works, i.e., to store and as well as to display the data in the structured format.
  • For an example, the database stores the provided data in the tables so that the information can be quickly accessed from the specific rows.
  • The Websites mainly use the tables to display multiple rows of the data on the page.
  • The Spreadsheets combine both the purposes of a table by storing and as well as by displaying the data in the structured format.
  • The Databases usually contain multiple tables in it, with each table that is designed for a specific purpose.
  • For an example, a company database can contain many separate tables for the different employees, clients, and the suppliers.
  • Each table might include its own set of the fields, which are based on what data the table needs to store.
  • In database tables, each field is considered as a column, while each entry or each record is considered as a row.
  • A specific value can be accessed from the given table by requesting data from the individual column and the row.

To know more about the topic, go through the following links: -

https://brainly.in/question/22630947

https://brainly.in/question/22908284

#SPJ1

Similar questions