Answer to Question #58308 in Databases | SQL | Oracle | MS Access for Sahn Lee

Question #58308
Assign your last name as the value of the text variable in the executable section of the block. Include statements in the block to display each variable's value onscreen.
1
Expert's answer
2016-03-07T08:41:09-0500
This is an example of stored procedure in Firebird:

create or alter procedure NEW_PROCEDURE
as
declare variable TEXT_VAR varchar(20);
begin
text_var = 'Globov';
suspend;
end

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
APPROVED BY CLIENTS