answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What kind of database store data in tables that consist of rows and column?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Math & Arithmetic

Relationship between a database and a table?

A table is contained within the database and consists of columns and rows. A table is meant to store data and, in relational databases, are related to other tables within the same database.


What does database mean in math?

That's not a math term. Databases are used in computer science; a database is basically a collection of tables (and related ancillary structures), used to store data in an organized way.


Give an example of a database field?

This is a very simple explanation. A database is a collection of schemas. A schema is a collection of tables. A table is a collection of possibly unlimited rows organized into fields or more commonly called columns. Think of a spread sheet. For example an inventory table might have columns ITEM_NUMBER, ITEM_NAME, and ITEM_QUANTITY. ITEM_NUMBER is defined to store only whole numbers ITEM_NAME is defined to store only letters and numbers up to the length of 20 ITEM_QUANTITY is defined to store only whole numbers Here is some possible sample data ITEM_NUMBER * ITEM_NAME * ITEM_QUANTITY 1001 * Washer Brass * 5044 1002 * Screw 4x40 stainless * 5027 1003 * Screw 6x40 stainless * 4947 So, to answer your question, a database column (or field) belongs to a table and has attributes that describe the column and what can be stored in the column.


What is the relation between access and database?

Access is no security Database has security limited data can store in access we can specify the size and file growth. we can store n number of data's only primary key can specify in access. but in database we can specify primary key as well foreign keys and other keys.


where can i purchase tables like the ones in restraunts?

If you are looking for the great quality and stability of a restaurant table there are a few wholesale store that sell them please visit www.restaurantseatingdirect.com or www.foodservicewarehouse.com/.../restaurant-tables/c5607.aspx

Related questions

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.


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.


Does an object oriented database store data in tables?

No, object-oriented databases do not store data in tables like relational databases. Instead, they store data as objects that have attributes and methods associated with them. Objects in an object-oriented database can also have relationships with other objects, making it a more flexible way to store and access data.


Does a relational database store data in the form of a list?

A relational database stores data in the form of TABLES.


What are tables used for in a database?

They are used to store records of people to organize


As a database in excel each row of a worksheet can store a record and each column can store a what?

A field.


What is the difference between tables and form database objects?

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.


What is RBDMS?

RDBMS stands for Relational Database Management System. RDBMS data is structured in database tables, fields and records. Each RDBMS table consists of database table rows. Each database table row consists of one or more database table fields.RDBMS store the data into collection of tables, which might be related by common fields (database table columns). RDBMS also provide relational operators to manipulate the data stored into the database tables. Most RDBMS use SQL as database query language.


Excel 2007 - A worksheet row-and-column structure can be used to organize and store a?

It can be used to store regular data, which is often in the form of a database. So the answers could be spreadsheet or database or table.


What is a field called in a physical database?

A field in database is the column of the table. In fields or columns we store the attributes. Example for a table employee we can have fields like Name, Last Name , Contact, Basic pay etc.


Relationship between a database and a table?

A table is contained within the database and consists of columns and rows. A table is meant to store data and, in relational databases, are related to other tables within the same database.


What is database repository?

A repository is a collection of all data definition, data relationships and report formats, i,e; meta data of a database.