Difference between revisions of "Relational Algebra"

From Wiki Notes @ WuJiewen.com, by Jiewen Wu
Jump to: navigation, search
m (Protected "Relational Algebra" [edit=sysop:move=sysop])
Line 1: Line 1:
SQL, a popular relational query language, is declarative in that its queries declare what information the answer should contain instead of how to computing it, as opposed to the conventional programming languages, which are procedural.
+
SQL, a popular relational query language, is declarative in that its queries declare what information the answer should contain instead of how to compute it, as opposed to the conventional programming languages, which are procedural.
 +
 
 +
DBMS normally translates SQL queries into an intermediate language, the relational algebra, before they are optimized.

Revision as of 12:26, 24 January 2009

SQL, a popular relational query language, is declarative in that its queries declare what information the answer should contain instead of how to compute it, as opposed to the conventional programming languages, which are procedural.

DBMS normally translates SQL queries into an intermediate language, the relational algebra, before they are optimized.