answersLogoWhite

0

a flat file database allows the user to specify data attriutes for on table at a time, storing those attributes independently of an applications. a relational database take this "flat file" approach several logical step further, allowing the user to specify information about multiple tables and the relationships between those tables, and often allowing much more declaratice control over what rules the data in those tables must obey.

User Avatar

Wiki User

17y ago

What else can I help you with?

Related Questions

Which term does a user of a relational database use to refer to a file?

A user of a relational database typically refers to a file as a "table." Tables in a relational database store data in rows and columns, following a structured format to allow for efficient data storage and retrieval.


Difference between flat file and database file?

DATABASE FILE - is one that is stored on a server and it is in the format that the database needs to read it. It is stored in the database catalog......


Does the Microsoft Access use a relational or flat-file model?

Access can use a relational model of a database design.


The developer of a relational database refers to a file as an?

In the context of a relational database, a file is commonly referred to as a table. A table is structured in rows and columns to store related data in a database system. Each table represents a specific entity or concept within the database.


What is database in access?

An Access database is a relational database contained in a single file that you can upload to a directory on your Web server. People typically create an Access database file using Microsoft Access or FrontPage.


What is a database in access?

An Access database is a relational database contained in a single file that you can upload to a directory on your Web server. People typically create an Access database file using Microsoft Access or FrontPage.


What is the difference between flat file and relational databases?

A flat file system usually stores the same type of information over and over again, whereas a relational database does not. A flat file system might store zip-codes and their explanation (location of the zip code) over and over again, each time per record. A relational database stored the explanation for any given zip-code only once, and looks that information up when it needs it. --


What is the Difference between a database and a database server?

A database is a file. A database server is a computer that shares that file over a network.


The developer of a relational database refers to a file as?

In the context of a relational database, a file is typically referred to as a table. Tables are used to store structured data in rows and columns, allowing for efficient organization and retrieval of information. Each table represents a distinct entity or concept within the database schema.


Is Quickbooks a relational database?

Sometime in 2011 or 2012 Intuit upgraded QuickBooks, replacing its flat file system with SQL Anywhere from Sybase iAnywhere, allowing QuickBooks to store data in a relational database format.


Methods of allocating disk space?

what is the difference between a file system and a database system?


Difference between database file and flat file in DBMS?

Database file is one that is stored on a server and it is in the format that the database needs to read it. It is also stored in the database catalog. A flat file is one that is dumped from a database to import or export into another database or program. A flat file is fields of data separated by delimiters, which keep the fields separated for export/import.