answersLogoWhite

0

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.

User Avatar

Wiki User

10y ago

What else can I help you with?

Continue Learning about Math & Arithmetic

Binary relationship in database?

A binary relationship is a type of relationship between the entities, which links to types of entities in it.


How do you write an equation that represents points in a table?

The answer depends on what relationship - if any - exists between the points in the table. There need not be any relationship.


What is the difference between cardinality and degree of relationship in relations in database management?

bal amar


Which equation represents the relationship between x and y shown in the table?

answer!The


Can a relational database support one to one?

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.

Related Questions

When a relationship exists between two tables in a database for Microsoft acess what name is given to the matching field in the related table?

The field in a related table that matches a field in another table is called a foreign key. This foreign key establishes the relationship between the two tables in a database.


When a relationship exists between two tables in a database what name is given to the matching filed in the related table?

love


What is the difference between relation and relationship in database?

Relation: In Database a relation represents a table or an entity that contain diffrenet attributes.An Entity constructs a relation(table) in DBMS . Relationship: In Data base relationship is that how the two entities are connected to each other ,i.e what kind of relationship type they hold between them.Primary/Foreign key is used to specify or hold this relationship. By Tanzeel Ur Rahman Bhatti


How do you draw an entity-relationship model?

to draw an Er-diagram you need >> objects >> relationship between these objects >>database associated with each object and relationship er digram is a graphical representation of a database and its tables first u hav to create database needeed for entire system after this identify primarykey/key attribute for each table and establish relationship between objects


What are the Different types of relationship in a database?

There are mainly three types of relationships in database . These are One to One , One to Many , Many to Many. One to one relationship can be seen as relationship between husband and wife , one to many relationship can be seen as a relationship between a college and students.


An association between entities is known as?

Database


Distinguish between a relation and a relationship in database?

Relation is one record in the database or a tuple. Relationship is that how tables are connected to each other.


What role does a foreign key play in the establishment of a relationship between two entities or tables?

A foreign key is a column or a set of columns in one table that references the primary key in another table, creating a relationship between the two. This relationship ensures data integrity by enforcing referential integrity constraints, allowing for the proper establishment of connections between related data in a database. It helps maintain data consistency by preventing actions that would create orphaned records or violate the defined relationship between the tables.


What should be the erd for website design?

ERD is an Entity Relationship Diagram which is a graphical representation of database entities (tables, table columns, table definitions, attributes) and inter-relationships between these entities (how the tables are connected).


Binary relationship in database?

A binary relationship is a type of relationship between the entities, which links to types of entities in it.


What is the difference between relation and table in data base?

Table is where the data is stored and in a well designed schema a table represents some real world object such as CUSTOMER, ORDER, etc., Now the real world objects have relationships. For example, a CUSTOMER has many ORDERS. To represent this relationship a database relationship was invented.


How are relationship between tables expressed in a relational database?

Tables are the basic building blocks of a relational database.