Stored Procedures within a Package

Examples that illustrate the use of stored procedures based on the Oracle table and data.

example_table
(id_num int,
name varchar(30),
phone varchar(20) null,
birthdate date null)

id_num       name 				    phone			birthdate
1		    Carl Finklestein	     203-231-0123	 NULL
2		    Fred P. Body		 	NULL			 NULL
3		    Carl Winkerbean		  603-231-4123	 AUG 09 1947
4		    Wanda Finklestein		978-245-6789	 JUL 12 1972
5		    John Smith			   607-789-0123	 NOV 09 1963