answersLogoWhite

0


Best Answer

A relational database stores data in the form of TABLES.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Does a relational database store data in the form of a list?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Statistics

What is the benefit of dividing a database into tables?

Tables organize the data into a form that can be referenced from two or more inputs.


How is data warehouse different from a database?

A database is a storage of data in its most generic form. Data stored in a data might be used for data warehouse, CRM or many other types of data management uses. A simple database is used in many common computer applications from virus checkers, where data is stored about every known computer virus, to movie editing software where video clips are stored in a database as they are edited. A data warehouse describes a specific type of database application that is usually used for analytics. Data warehouse also implies some set of processes for the data within, as well as some business value from the analytics. A data warehouse could be a a collection of databases related to the analytical mission.


How does normalization reduce data redundancy?

Normalization is being applied for the database to reduce redundancy as in case of first normal for remove the redundant data from rows and in 2nd normal form it removes the redundant data vertically and in 3rd normal form it looks for the redundant data and whether it is non transitively depend on the primary key or not in other words it is the technique of breaking down the complex table into understandable smaller one to improve the optimization of the database structure and data redundancy is the data organization issue that allows the unnecessary duplication of data within the database. For example the first normal form where there should be one key in every table to uniquely each row thus no rows should be repeated and each entry must contain a single value and not multiple values .for instance employee, employee name, telephone numbers.


What data is in the form of numbers?

Quantitative data is in the form of numbers


What is ratio data?

data are in the form of ratos

Related questions

In which database data is collected in the form of tables?

In Relational database data is collected in the form of tables


What are the main theories of a relational database approach to storing and accessing data?

A relational database stores and acceses data in the form of related table.


Advantages and disadvantages of relational data model?

Relational database is the database that stores data in the database in the form of table that are related to other tables. RDBMS is one of the most widely used Database.


A row of data in a database is called?

In database the data is stored in the form of a table. A table can be seen as some number of rows and columns. And the row of the database table is called a record .


What is full form of rdbms?

Relational Database Management System Relational Database Management System


What is relational in relational model?

A Relational database management system (RDBMS) is a database management system (DBMS) that is based on the relational model as introduced by E. F. Codd. Most popular commercial and open source databases currently in use are based on the relational model. A short definition of an RDBMS may be a DBMS in which data is stored in the form of tables and the relationship among the data is also stored in the form of tables.


Advantages and disadvantages of relational database?

Advantage It is simple and easy to design data access is easier and flexible than the hierarchical model it doesn't allow a member to exist without an owner


What are the importance of table form query in database?

In database system the data is stored in the form of table. So to store the data in the database, table are very important in a database system.


Are there any major similiarities between object oriented databases and relational databases?

In a Object Oriented Database, information is given in the form of objects as used in programming languages. "When database capabilities are combined with object programming language capabilities, the result is an object database management system (ODBMS). An ODBMS makes database objects appear as programming language objects in one or more object programming languages." (http://en.wikipedia.org/wiki/Object_database)"A relational database is a database that conforms to the relational model, and refers to a database's data and schema (the database's structure of how those data are arranged). Common usage of the term "Relational database management system" technically refers to the software used to create a relational database, but sometimes mistakenly refers to a relational database." (http://en.wikipedia.org/wiki/Relational_database)


What is the differene between Oracle and database?

Oracle is a database. Oracle is a Relational Database Management System which is a specialized implementation of a database. It is designed to hold data that is related to one another and organized in the form of schemas and tables.


What is the difference between database and relational database?

A database is something that stores data. Using tools called Database Management Systems(like Oracle, Informix, Sybase, DB2), you can create, view, modify, and delete databases. Databases can be -Relational -Object Oriented -Object Relational Relational database stores data in tables(called realtions). These tables are related to each other.Just like in our family, our relations are related with each other. In Object Oriented Databases, the information is stored in the form of Objects as in Object Oriented Programming.OODBMS makes database objects appear as programming language objects in one or more porgramming languages. Object relational databases combine the features of both Object Oriented as well as Relational databases. Here you can not only store simple data like text in relational, but you can also store complex objects like images, audio and video in tables.


What is the difference between table and database form?

Database table objects store data. Form objects used by applications provide a visually pleasing or sensible way of accessing or updating data contained in the database tables. This means that the form object is a display specification.