MCQs > IT & Programming > Hadoop > You are maintaining data for its products in the Products table, and want to see the products that are 50 or more in number, far from the minimum stock limit. The structure of the Products table is:

Hadoop MCQs

You are maintaining data for its products in the Products table, and want to see the products that are 50 or more in number, far from the minimum stock limit. The structure of the Products table is:

        ProductID
        ProductName
        CurrentStock
        MinimumStock

Two possible queries are:

(a)select * from products where currentStock > MinimumStock + 50
(b)select * from products where currentStock - 50 > MinimumStock

Choose the appropriate option with regard to the above queries.

Answer

Correct Answer:

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Hadoop Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Hadoop Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it