Home > Databases > Quizzes > DBMS Basics Practice Test: Relational Algebra
DBMS Basics Practice Test: Relational Algebra
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 58% Most missed: “In precedence of set operators, the expression is evaluated from”
Quiz on relational algebra. These include domain and tuple relational calculus. Relational algebra is a procedural query language that uses algebraic structures to model data and define queries. It provides the theoretical foundation for relational databases and SQL.  Relational algebra is a useful theoretical language that helps define more complex languages. It allows you to specify a sequence of operations to manipulate data in a database.  Relational algebra includes seven fundamental operations to retrieve and manipulate tuples in a relation. These operations are: Select Operation:... Show more
DBMS Basics Practice Test: Relational Algebra
Time left 00:00
18 Questions

1. {t | Э s ε instructor (t[name] = s[name]∧ u[building] = “Watson”))}Which of the following best describes the query?
2. In precedence of set operators, the expression is evaluated from
3. Which of the following is the comparison operator in tuple relational calculus
4. Which of the following is used to denote the selection operation in relational algebra?
5. Which of the following is the comparison operator in tuple relational calculus
6. An expression in the domain relational calculus is of the form
7. Which of the following is not outer join?
8. Which is a join condition contains an equality operator:
9. Which is a unary operation:
10. An expression in the domain relational calculus is of the form
11. The assignment operator is denoted by
12. In precedence of set operators, the expression is evaluated from
13. Relational Algebra is a __________ query language that takes two relations as input and produces another relation as an output of the query.
14. Which of the following is a fundamental operation in relational algebra?
15. Which of the following is used to denote the selection operation in relational algebra?
16. A set of possible data values is called
17. Which of the following is a fundamental operation in relational algebra?
18. “Find all students who have taken all courses offered in the Biology department.” The expressions that matches this sentence is :