Issue with PL-SQL: ORA-06550
问题 I'm trying to learn a bit of PL-SQL using a tutorial by examples book, but one of the suggested codes return the following error when run: ORA-06550: line 10, column 48: PL/SQL: ORA-00947: not enough values ORA-06550: line 9, column 1: PL/SQL: SQL Statement ignored Could you please help me understand what I'm doing wrong? Many thanks in advance! Simone. SQL Fiddle Oracle 11g R2 Schema Setup : create table product (code integer primary key, name varchar2 (20), type varchar2(8),price number(4,2