answersLogoWhite

0


Best Answer

tables

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What represents data in the form of rows and tables?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How is data in a table organized?

Data in tables are arranged in rows and columns.


A collection of data organized in one or more tables consisting of fields and records?

A database is an organized collection of data that is stored and accessed electronically. It is structured in tables, which consist of columns (fields) and rows (records). Each record represents one instance of data, while each field represents a specific attribute or characteristic of that data.


Feature of rdbms?

It stores data in tables. Tables have rows and column. These tables are created using SQL. And data from these tables are also retrieved using SQL


In a database which consists of vertical columns and horizontal rows?

Columns are always vertical and rows are always horizontal. Together they form a table, and are known as tables in databases. They store data, with fields in columns and records in rows.


How data is represented in dbms?

Data is represented/organized in a dbms in the form of Schemas, tables, rows and columns One DBMS may have multiple Schemas One Schema may have multiple tables One table may have multiple rows One row may have multiple columns If these tables are related to one another it forms a RDBMS - A Relational DBMS


What is tables in rdbms?

table is collection of rows and columns which are used to store the data


Which type of database stores data in tables that consist of rows and columns?

Relational database stores data in tables that consist of rows and columns. Each row represents a record and each column represents a field within that record. Relationships between tables are established through keys.


What is each row called in a database?

In database the data is stored in tables called database tables. These tables have rows and columns. Each row is called a tuple.


What is a table in data?

A table is a means of arranging data in rows and columns. The use of tables is pervasive throughout all communication, research and data analysis.


How does a database store data about its tables?

A database is used to store data in its tables by a specified number of rows and columns. Each database also uses specific cells, foreign keys, and unique keys.


How would you describe a relational database?

Most modern databases are relational, meaning that data are stored in tables, consisting of rows and columns, and that data in different tables are related by the meanings of certain common columns.


What does fields mean in databases?

A database stores data in a table and the data may or may not be related to other data. The tables in the database also may or may not have any relation with the other tables. A field is the attribute or the column name in a table.In a database, a "field" is the name of a column. You can think of them as fields on a form or in a record, where the rows are other records.