answersLogoWhite

0

If you are referring to one-to-many relationship:

think of a stick figure person just the body and legs

. ......................ONE

......................... |

. ....................... |

....................... / \

.................MANY MANY

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What are the components of relational model?

The components of the relational model include tables (relations) to store data, columns to represent attributes, rows to represent records, keys to uniquely identify rows, and relationships to establish connections between tables.


Which part of a relational database contains the logical structure for the information?

The tables do. There must be at least two of them for a relational database.The tables do. There must be at least two of them for a relational database.The tables do. There must be at least two of them for a relational database.The tables do. There must be at least two of them for a relational database.The tables do. There must be at least two of them for a relational database.The tables do. There must be at least two of them for a relational database.The tables do. There must be at least two of them for a relational database.The tables do. There must be at least two of them for a relational database.The tables do. There must be at least two of them for a relational database.The tables do. There must be at least two of them for a relational database.The tables do. There must be at least two of them for a relational database.


Is it true or false that a relational database typically consists of related two dimensional tables?

True. A relational database is designed to store data in structured formats, typically consisting of related two-dimensional tables, known as relations. Each table contains rows and columns, where rows represent individual records and columns represent attributes of those records. The relationships between tables are established through foreign keys, allowing for efficient data retrieval and organization.


What is relational schema?

A relational schema is a structure that represents the logical view or design of a database. It defines how the data is organized and the relationships between different entities or tables. It typically includes the names of the tables, their attributes or columns, and the constraints that define the relationships between them.


How are relationship between tables expressed in a relational database?

Tables are the basic building blocks of a relational database.


Differentiate between the E-R model and Relational model?

The E-R model (Entity-Relationship model) is a visual representation of entities, attributes, and relationships in a database, while the relational model organizes data into tables with rows and columns. The E-R model focuses on the logical design of a database, while the relational model focuses on the physical implementation of data storage and retrieval. E-R model uses entities, attributes, and relationships to depict data structures, while the relational model uses tables, keys, and relationships to organize data.


A relational database consists of how many tables?

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 ...


Which relational algebra operators can be applied to pair of tables that are not union compatible?

Which relational algebra operators can be applied to a pair of tables that are not union compatible


How are tables linked in a relational database?

They just are


Which relational algebra operators can be applied to a pair of tables that are not union compatible?

Which relational algebra operators can be applied to a pair of tables that are not union compatible


It is possible to have more than one table in a relational database?

You have to have more than one table in a relational database. In a relational database tables are designed to be related to other tables, so there has to be a minimum of two tables. Quite often there are a lot more than two.


What is the class hierarchy in dbms?

In a relational database management system (RDBMS), the class hierarchy typically includes the following levels: database server, databases, tables (or relations), columns (or attributes), and rows (or tuples). The database server manages connections, access control, and query processing. Databases contain tables, which store data arranged in rows and columns. Columns define the attributes, while rows represent individual records.