MCQs > IT & Programming > PostgreSQL > Which of the following statements will create a table special_products which is a child of the table store_products?

PostgreSQL MCQs

Which of the following statements will create a table special_products which is a child of the table store_products?

Answer

Correct Answer: CREATE TABLE special_products (quality int) INHERITS store_products;

Explanation:

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

PostgreSQL Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

PostgreSQL Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it