MCQs > IT & Programming > PostgreSQL >

Will the following function compile and execute?

DECLARE

   intValue int4;

BEGIN

   intValue := 20 * 20;

   return intValue;

END;


PostgreSQL MCQs

Will the following function compile and execute?

DECLARE

   intValue int4;

BEGIN

   intValue := 20 * 20;

   return intValue;

END;


Answer

Correct Answer:

It will compile and will produce 400 as output 

Explanation:

Note: This Question is unanswered, help us to find answer for this one

PostgreSQL Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

PostgreSQL Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it