answersLogoWhite

0


Best Answer

In a table each column attributes are independent, In a table row order & column order are mandatory & that cannot be changed, Table can be of more than 2 dimentions, There may be of rows and columns duplication in a table. Relation: In a Relation in which all attributes are dependent in one or the other way, The row and column orders are not considered, Relation is always 2 dimentional, There cannot be duplication of rows and columns in a relation There is no difference they both refers to the collection of rows and colls which used to store data.

_________________________________________________________

Table The physical instantiation of a relation in the database schema. Relation A logical construct that organizes data into rows and columns.

A table is essentially a two-dimensional matrix. But, a relation need not be so.

User Avatar

Wiki User

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

Wiki User

11y ago

Table

In a table each column attributes are independent,

In a table row order & column order are mandatory & that cannot be changed,

Table can be of more than 2 dimentions,

There may be of rows and columns duplication in a table.

Relation

In a Relation in which all attributes are dependent in one or the other way,

The row and column orders are not considered,

Relation is always 2 dimentional,

There cannot be duplication of rows and columns in a relation

This answer is:
User Avatar

User Avatar

ki2ne

Lvl 8
4y ago

A table holds data, in fields (columns) and entries (rows). In relational DBMSes, table-to-table relations play a major role in how data (and tables by extension) are connected to each other.

For example, you have two tables named "Transactions" and "Clients". The "Clients" table contains the clients' names, client ID number, and their contact information. The "Transactions" table contains a list of transactions, ordered by transaction ID and transaction date. The relation here is the client ID number, which MUST be unique in the "Client" table (because you can't have two people sharing the same ID), but not unique in the "Transactions" table (a client can make multiple transactions).

Through this table-to-table relationship, if some employee decides to help a client look up their transaction history, the employee can search by the client ID, or if the client knows the transaction ID (which can be printed on a receipt, invoice, or some other documentation), the information about both the transaction and/or the client will be referenced.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the difference between Table and Relation in Database?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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


What is the difference between tablespace and a table?

table is used to store the data where tablespace is a logical group of datafiles in a database sreedevimuddhu


What is the difference between database file and datafile?

Datafile is a group of files in each table space in an Oracle database. Database files are all files that are found within the database.


Difference between excitation table and truth table?

truth table gives relation between i/p & o/p. excitation table is use for design of ff & counters.


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.


What does Design view mean in relation to a database?

its used to creat and modify the structure of the table


What is the difference between table and database form?

Database table objects store data. Form objects used by applications provide a visually pleasing or sensible way of accessing or updating data contained in the database tables. This means that the form object is a display specification.


What is the difference between reports and queries?

query takes a table and given the criteria entered into it it displays the results that meet that search. While a report just spits out a table in the database


A database user manually notes that The file contains two hundred records each record containing nine fields Use appropriate relational database terminology to translate that statement?

The database contains a table with 200 rows (records) and each row has 9 columns (fields).


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.


What is the difference between database instance and relation schema?

Database Instance The term instance is typically used to describe a complete database environment, including the RDBMS software, table structure, stored procedures and other functionality. It is most commonly used when administrators describe multiple instances of the same database.Also Known As: environment Examples: An organization with an employees database might have three different instances: production (used to contain live data), pre-production (used to test new functionality prior to release into production) and development (used by database developers to create new functionality). RELATION SCHEMA A relation schema can be thought of as the basic information describing a table or relation. This includes a set of column names, the data types associated with each column, and the name associated with the entire table. For example, a relation schema for the relation called Students could be expressed using the following representation: Students(sid: string, name: string, login: string, age: integer, gpa: real) There are five fields or columns, with names and types as shown above.


What is the need of rdbms?

A DBMS stores data in a table where the entries are filed under a specific category and are properly indexed. This allowed programmers to have a lot more structure when saving or retrieving data. A relational database contains data in more than one table. Each table contains a database that is then linked to other tables with respect to their relationships. Read more: Difference Between DBMS and RDMS | Difference Between | DBMS vs RDMS http://www.differencebetween.net/technology/difference-between-dbms-and-rdms/#ixzz1eJUZkRgz