0% found this document useful (0 votes)
54 views1 page

(ICSD 4204 Database Programming: (Exercise#1)

The document provides instructions to write a PL/SQL program that prints a first name, last name, and salary by declaring variables, assigning values from an employees table for employee ID 100, and concatenating the variables.

Uploaded by

Manjinder Judge
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
54 views1 page

(ICSD 4204 Database Programming: (Exercise#1)

The document provides instructions to write a PL/SQL program that prints a first name, last name, and salary by declaring variables, assigning values from an employees table for employee ID 100, and concatenating the variables.

Uploaded by

Manjinder Judge
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 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