answersLogoWhite

0


Best Answer

Relational Algebra - Example

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Explain the select Operation in Relational Algebra with an example?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

College algebra example of legal operation and poper syntax?

yes


Can you explain algebra?

Algebra is using variables such as x to solve a problem. One example is x+3=8 in which x equals 5.


Why do you use algebra in science?

Because equations are part of Science to explain the diversity of it. Example: H2o and other formulas....


Difference between database and relational database explain with example?

Database = Generic name for a system to store data Relational Database = A specific type of database that utilizes relationships between data to not only store the data but further its efficiency in its manipulation.


Example of relational statements in C programming?

You mean relational operators?if (argc


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.


What relation and relation schema?

Relational Schema refers to meta-data elements which are used to describe structures and constraints of data representing a particular http://wiki.answers.com/Describe_the_differences_in_meaning_between_the_terms_relation_and_relation_schema#. Whereas a relation is a property or predicate that ranges over more than one argumentHere's some translation from "Relational Algebra" to http://wiki.answers.com/Describe_the_differences_in_meaning_between_the_terms_relation_and_relation_schema#terminology:"Relation" = Table."Relation Schema" = Table definition.So for example, the "schema" for the Person "relation" is: Person(FirstName, LastName, Age, Gender, Address)Also in relational Algebra, a "tuple" is a table row, and an "attribute" is a table column.


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.


Example of ralational databases?

Microsoft Access is a relational database.


What kind of database exist?

The two major commercial classes of database are; relational and non-relational. Example of non-relational databases include Informix c-isam and dbisam. The main relational databases are; MS SQL Server, Sybase, Oracle, Progress, mySQL.


Can you explain the communitative property please?

It means that for certain operations, you can change the order, such that a (operation) b = b (operation) a. For example, for addition: a + b = b + a, and for some types of multiplication, ab = ba.


What is a relational database query and Explain with an example?

A relational database matches data by using common characteristics found within the data set. The resulting groups of data are organized and are much easier for many people to understand.For example, a data set containing all the real-estate transactions in a town can be grouped by the year each transaction occurred, the sale price, a buyer's last name and so on. Such a grouping uses the relational model (a technical term for this is schema). Hence, such a database is called a "relational database."The software used to do this grouping is called a relational database management system (RDBMS). The term "relational database" often refers to this type of software.Relational databases are currently the predominant choice in storing data like financial records, medical records, personal information and manufacturing and logistical data.