answersLogoWhite

0


Best Answer

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.

User Avatar

Wiki User

6y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the difference between tables and form database objects?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the difference between database and datastore?

It is a collection tables that is stored in a database


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.


Difference between logical database and physical database?

The logical database is how the data is percieved in the tables, the way the data is actually stored on the storage medium is the physical view of the database.


Does an object oriented database store data in tables?

An object-oriented database does store data in tables. Instead, it stores data as objects. This is a management system that is designed for preserving data as objects.


What is the difference between database and table?

A table is an object inside a database. A database has tables of data, views, indexes and programs. A database can have 10 or thousands of tables. More specifically, a table is a collection (rows) of data on a single related topic. For example, the Employees table would have employee data, each row being a different employee, but it would not have Inventory data. That would be in the Inventory table. A database is a collection of objects, primarily tables, but also indexes to help search the tables, views that filter, select and combine the data in the tables, and stored procedures (pre-defined programs that perform specific actions on the database).


How are relationship between tables expressed in a relational database?

Tables are the basic building blocks of a relational database.


How do you draw an entity-relationship model?

to draw an Er-diagram you need >> objects >> relationship between these objects >>database associated with each object and relationship er digram is a graphical representation of a database and its tables first u hav to create database needeed for entire system after this identify primarykey/key attribute for each table and establish relationship between objects


What are the MSAccess database objects?

MS Access Database objects are: Tables, Queries, Forms, Reports, Modules, Macros etc..


What is the difference between data model and database model?

A database is a collection of tables that is used for some purpose (typically an application of some sort). A database model is a description of that database, and describes how the tables relate to each other. Typically, a model is designed first, then the actual database is implemented using the model as a blueprint.


What is the difference between centralize and decentralize database?

A centralized database contains all the data tables in one place which all users access. A decentralized database creates copies of the database design in different areas and any given copy contains only that data which is relevant to its particular users.


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.


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.