Get the answers you need at Westonci.ca, where our expert community is always ready to help with accurate information. Join our Q&A platform to connect with experts dedicated to providing precise answers to your questions in different areas. Experience the convenience of finding accurate answers to your questions from knowledgeable experts on our platform.

The ______ clause allows us to select only those rows in the result relation of the ____ clause that satisfy a specified predicate.

Sagot :

Baraq

Answer:

1. Where,

2. From

Explanation:

In SQL query language when working on a database, a user can use certain clauses to carry out some functions.

Hence, The WHERE clause allows us to select only those rows in the result relation of the FROM clause that satisfy a specified predicate.

This is because the "Where clause" selects the rows on a particular condition. While the "From clause" gives the relation which involves the operation.