Discussion Thread: Feel free to put your queries here

Number of replies: 13
In reply to First post

Re: Discussion Thread: Feel free to put your queries here

by Mustahid Hasan -
Relational database systems are expected to be equipped with a query language that can assist its users to query the database instances
In reply to First post

Re: Discussion Thread: Feel free to put your queries here

by Kh.Eftekharul Haque -
Relation Algebra is a widely used procedural query language. It collects instances of relations as input and gives occurrences of relations as output. It uses various operations to perform this action. SQL relation algebra query operations are performed recursively on a relation.
In reply to First post

Re: Discussion Thread: Feel free to put your queries here

by Ashiqur Rahman Riaz -
Relational algebra used in DBMS because relational algebra is a theoretical procedural query language that takes an instance of relations and does operations that work on one or more relations to describe another relation without altering the original relation.
In reply to First post

Re: Discussion Thread: Feel free to put your queries here

by Salma Akter -
The Relational Algebra is very important for several reasons such as:
-It provides a formal foundation for the relational model operations...
-It is used as a basis for implementing and optimizing queries in the query processing and optimization modules that are integral parts of RDBMSs...
-Some of its concepts are incorporated into the SQL standard query language for RDBMSs
In reply to First post

Re: Discussion Thread: Feel free to put your queries here

by Riazul Islam Riaz -
Relational algebra used in DBMS because relational algebra is a theoretical procedural query language that takes an instance of relations and does operations that work on one or more relations to describe another relation without altering the original relation.
In reply to First post

Re: Discussion Thread: Feel free to put your queries here

by Md Nurnobi Hosen -
Relational Algebra is procedural query language, which takes Relation as input and generate relation as output. Relational algebra mainly provides theoretical foundation for relational databases and SQL. Projection is used to project required column data from a relation
In reply to First post

Re: Discussion Thread: Feel free to put your queries here

by Samiul Alim -
Relational Algebra is procedural query language, which takes Relation as input and generate relation as output. Relational algebra mainly provides theoretical foundation for relational databases and SQL. Projection is used to project required column data from a relation
In reply to First post

Re: Discussion Thread: Feel free to put your queries here

by Md. Abdur Rahman -
Relational Algebra is procedural query language, which takes Relation as input and generate relation as output. Relational algebra mainly provides theoretical foundation for relational databases and SQL. Projection is used to project required column data from a relation.