answersLogoWhite

0


Best Answer

Yes. A one to one relationship is one of the types of relationships a relational database can have.

Yes. A one to one relationship is one of the types of relationships a relational database can have.

Yes. A one to one relationship is one of the types of relationships a relational database can have.

Yes. A one to one relationship is one of the types of relationships a relational database can have.

Yes. A one to one relationship is one of the types of relationships a relational database can have.

Yes. A one to one relationship is one of the types of relationships a relational database can have.

Yes. A one to one relationship is one of the types of relationships a relational database can have.

Yes. A one to one relationship is one of the types of relationships a relational database can have.

Yes. A one to one relationship is one of the types of relationships a relational database can have.

Yes. A one to one relationship is one of the types of relationships a relational database can have.

Yes. A one to one relationship is one of the types of relationships a relational database can have.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

9y ago

Yes. A one to one relationship is one of the types of relationships a relational database can have.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Can a relational database support one to one?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Math & Arithmetic

What is an example of an access relational database?

There is no such thing as an 'Access' Relational Database.A Relational Database Management System is one that has been built to deliver the requirements set out by Edgar Codd in 1970 such that the functions provided by the software conform to relational algebra. This means that the validity actions of the database management system over the data contained in it can be modeled and proved on a mathematical basis.Oracle, DB2, SQL Server, MySQL, etc. all implement most of the requirements of Codd's paper.It is worth noting that the relational model is the ONLYone where the affects of putting data in it can be proven.


How many tables are in a relational database?

A table consists of two or more records.


What is difference between linear syntax and relational algebra?

They are not alternative solutions so that we can compare them. Relational database (which is based on relational algebra) demands (atleast the founder of relational database Codd suggests) that the query language follow linear syntax. The linear syntax languages don't rely up on newline characters as terminators of expressions or statements -- instead they rely on other tokens such as semicolon or comma and so on.


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


Relationship between a database and a table?

A table is contained within the database and consists of columns and rows. A table is meant to store data and, in relational databases, are related to other tables within the same database.

Related questions

In a relational database can two or more tables be liked to appear as one table?

Yes. That is how relational database work.


Is the relational database an example of oracle database?

A relational database is a type of database design. Oracle is a brand of database. You can create a relational database using Oracle. You can also create relational databases using other database applications.


Difference between database and relational database?

A database is a collection of data organized for easy access and manipulation, while a relational database is a type of database that stores data in a structured format using tables that are related to each other through keys. In a relational database, data is organized into rows and columns, and relationships between tables can be established using keys.


What is the relational database?

Relational database: Relational database means a collection data stored in different tables and each table are linked together by using primary key and foreign key. In relational database, data can be accessed from one table to another without reorganising the required table. The relational database was invented by E. F. Codd at IBM in 1970.


The meaning of Oracle is?

Oracle is relational DataBase


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 best relational database software for mac?

The best relational database is Valentina Studio.


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.


What is full form of rdbms?

Relational Database Management System Relational Database Management System


What is the building block of a relational database?

I think "TABLE" is the main building block of relational database


Does a relational database store data in the form of a list?

A relational database stores data in the form of TABLES.


Are there any major similiarities between object oriented databases and relational databases?

In a Object Oriented Database, information is given in the form of objects as used in programming languages. "When database capabilities are combined with object programming language capabilities, the result is an object database management system (ODBMS). An ODBMS makes database objects appear as programming language objects in one or more object programming languages." (http://en.wikipedia.org/wiki/Object_database)"A relational database is a database that conforms to the relational model, and refers to a database's data and schema (the database's structure of how those data are arranged). Common usage of the term "Relational database management system" technically refers to the software used to create a relational database, but sometimes mistakenly refers to a relational database." (http://en.wikipedia.org/wiki/Relational_database)