You are on page 1of 1

[ICSD 4204 Database

Programming

[Exercise#1]

Instructions: [Answer the question by writing PL/SQL block]

1) Write a PL/SQL Program that prints your first name and last Name
Declare identifier variable “v_First_name” for first name, variable “v_Last_name” for
second name, and “v_salary” for salary and concatenate all variables to print the
values of the variables for employee_id “100” from employees table

© 2018 LAMBTON COLLEGE IN TORONTO

You might also like