SELECT 'shell' AS component, 'New product' AS title; SELECT 'form' as component, 'New product' as title, 'Create product' as validate, 'new_product_insert.sql' as action; SELECT 'Name' as name; SELECT 'Price' as name, 'number' as type;