answersLogoWhite

0


Best Answer

Relational databases can be run on almost all modern operating systems, including Windows, Linux, FreeBSD, and Mac OS X.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What operating system does relational database use?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is Database an operatig system?

No, database is not an operating system. Database is a system used by websites or software to store data they use.


What are the disadvantages of normalisation?

When we use Normalisation it does not allow some of the modifications of the database. Another disadvantage of Normalisation is that it is only applicable in the Relational Database Management System.


Who uses a relational database?

Anyone can use a relational database. All sorts of people use them, from private individuals to people in all sorts of businesses and organisations and other places. There are millions of relational databases in existence.


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

Access can use a relational model of a database design.


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.


How does relational database relate to programming?

A relational database system is a set of generalized methods for organizing, storing and retrieving information. For certain types of computer applications, the use of a relational database greatly reduces the time and effort needed to design, write and debug new software, by eliminating the need to develop code to handle storage, sorting and retrieval for each program.


What are the requirements of operating system for database management system?

A Database Management System ( DBMS ) is a set of computer programs that controls the creation, maintenance, and the use of a database. It allows organizations to place control of database develop.


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.


Is Excel an example of a relational database?

No. It is a spreadsheet application. You can do simple databases in it, but it is not designed to create complex databases like relational databases. To do that you would use an actual database application.


What is a RDBMS?

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 databases currently in use are based on the relational database model.A short definition of an RDBMS is: a DBMS in which data is stored in tables and the relationships among the data are also stored in tables. The data can be accessed or reassembled in many different ways without having to change the table forms...- Sagar Verma


Why YOU choose database system instead of simply storing data in OS?

Operating System (OS) files do NOT hold data for your personal use. Any data in an OS file is used STRICTLY by the OS. A database system is used for storing data of any kind. A text file is not stored data, so you wouldn't use a database for THAT. But a dictionary of words used in the text file, along with their definitions, could use a database. Even pics can be stored in a database, and even a list of other files can be stored in a database. by:Mohammed Abu Lamdy


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.