answersLogoWhite

0


Best Answer

A relational DB can consist of any number of tables.

---------------

Two or more tables to establish a relationship. You cannot have a relationship with yourself ...

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: A relational database consists of how many tables?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Math & Arithmetic

How many tables are in a relational database?

A table consists of two or more records.


How many fields does a database have?

Modern databases do not have a preset number of fields. Rather, the data architect determines the needed tables and number of fields per table and declares that to the database software. Fields can--with some restrictions--also be added and removed later as needed. That said, each database application does have a maximum limit on the number of fields per table and the number of tables per database, which information has to come from the database manufacturer. But those limits are usually vastly greater than anyone might want. It is part of a computer and it has many fields.


What is a one-to-many relation many-to-one relation many-to-many relation in mathematics?

Given a relational db table that contains data about patients at a doctor's office, and a second table that contains data about prescriptions, do you think that a relationship can be established between the two tables? If so, explain whether the relationship is 1 to 1, 1 to many or many to many.


How many tables are in the world?

12 and a a half


Integrity constraints in dbms?

The term integrity means to correctness and completeness of the data in data base. A relational data base is collection of related table. Table contains various information. Tables are connected by the foreign key relationship. When the contains with the certain command, insert, delete, update.The integrity of the data can be loss in many different waves.

Related questions

How many tables are in a relational database?

A table consists of two or more records.


What is the most common type of relationship between tables in a relational database?

one-to-many relationship


Why is a relational database needed?

A relational database is needed for many things. A relational database is known for collecting and organizing various data items into different charts and pictures.


When would you want to use a relational database?

You would want to use a relational database when working with structured data that requires complex queries, relationships, and transactions. Relational databases are suitable for situations where data integrity is crucial, such as in banking systems, e-commerce platforms, or human resource management systems.


What are the typical benefits of relational databases?

With a relational database, you can quickly compare information because of the arrangement of data in columns.A typical relational database has anywhere from 10 to more than 1,000 tables. Each table contains a column or columns that other tables can key on to gather information from that table.By storing this information in another table, the database can create a single small table with the locations that can then be used for a variety of purposes by other tables in the database. A typical large database, like the one a big Web site, such as the police would have, will contain hundreds or thousands of tables like this all used together to quickly find the exact information needed at any given time


What are the responsibilities of the database designer?

As the name implies, a database designer develops both the logical and physical design of the database. For hierarchical databases, they define the parent-child relationships and in relational tables, the relations between tables. They also often develop validation rules, constraints and the like.


What is the difference between sybase and rdbms?

Sybase is a specific product and company that provides relational database management systems (RDBMS). RDBMS is a general term for a type of database management system that stores data in a structured format using tables. Sybase is one of the many vendors that offer RDBMS solutions.


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


What are the benefits of relational database?

There are many benefits of a relational database. Some benefits include the simplicity to edit or delete details, efficient storage, and better security.


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.


Why many to many relationship does not exist in Msaccess?

Many to many relationships do exist in Microsoft Access. A many to many relationship in any database is done by creating a junction table and linking it to two other tables. A many to many relationship is a combination of two one to many relationships. This can be done in any relational database, including Microsoft Access.


Why is ms access called relational database?

It has the ability to set up relational databases. In very simple terms, that means different tables can be connected together through relationships. You could have a table of members of staff and a table of the names of the departments in the company they work in. Then you could make a connection between each member of staff and the details of the department they work in. Why and how you do this and its advantages can take a lot of explanation. You can do a course on relational databases, such is the amount of detail involved, so it is not simple to give a full explanation here. It would also be important to be able to demonstrate it, which cannot be done in an answer like this.