answersLogoWhite

0


Best Answer

It is a relational database.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which type of database stores data in tables that consist of rows and columns?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is it true a word table consist of rows and columns?

Yes. Tables in general are made up of rows and columns. If it is a database table it can be said to be made up of records which are rows and fields which are columns.


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.


Space inside a database is organized into WHAT and WHAT?

tables and columns


Tables have records which are columns and fields which are rows?

No. In a database table the records are in rows and the fields are in columns.


What is the process of determining the particular tables and columns that will comprise a database?

column and row


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.


Can you add new columns to a database after creating the structure?

Columns are added to a table, not a database (which is a collection of tables). Adding a column to a table is achieved by using the Alter Table SQL command.


Why is a table created in database?

Tables are central to a database. A table stores the data. Everything else in the database, such as queries, forms and reports, use the data from the table. Without tables, a database is useless as it would have no data.Tables are central to a database. A table stores the data. Everything else in the database, such as queries, forms and reports, use the data from the table. Without tables, a database is useless as it would have no data.Tables are central to a database. A table stores the data. Everything else in the database, such as queries, forms and reports, use the data from the table. Without tables, a database is useless as it would have no data.Tables are central to a database. A table stores the data. Everything else in the database, such as queries, forms and reports, use the data from the table. Without tables, a database is useless as it would have no data.Tables are central to a database. A table stores the data. Everything else in the database, such as queries, forms and reports, use the data from the table. Without tables, a database is useless as it would have no data.Tables are central to a database. A table stores the data. Everything else in the database, such as queries, forms and reports, use the data from the table. Without tables, a database is useless as it would have no data.Tables are central to a database. A table stores the data. Everything else in the database, such as queries, forms and reports, use the data from the table. Without tables, a database is useless as it would have no data.Tables are central to a database. A table stores the data. Everything else in the database, such as queries, forms and reports, use the data from the table. Without tables, a database is useless as it would have no data.Tables are central to a database. A table stores the data. Everything else in the database, such as queries, forms and reports, use the data from the table. Without tables, a database is useless as it would have no data.Tables are central to a database. A table stores the data. Everything else in the database, such as queries, forms and reports, use the data from the table. Without tables, a database is useless as it would have no data.Tables are central to a database. A table stores the data. Everything else in the database, such as queries, forms and reports, use the data from the table. Without tables, a database is useless as it would have no data.


What are the Building blocks of a database?

Every database should contains values/datas represented in records(rows) and fields(columns). And records and fields stored in a table. So the main building blocks of a database is Table.


Is a data table the same as a database?

No. A table is the primary object used within a database to store data. A typical database will consist of many tables.


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.


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.