184k views
2 votes
SQL and relational algebra, both aim at retrieving data from pre-defined data tables. However, they differ in terms of what they specify about data retrieval and what they are needed for. Explain these differences.

User Jacory
by
7.0k points

1 Answer

6 votes

Answer:

The main application of relational algebra is to provide a theoretical foundation for relational databases, particularly query languages for such databases, chief among which is SQL.

Step-by-step explanation:

User Azamsharp
by
7.5k points