Miscellaneous Test 6 - Online Test
Test Difficulty Level: Easy
Syllabus of Test
Covering all general topics of SQL.
Sample Question from this online test:
Question: What will be the value of V_STATUS when the following code is executed ?
DECLARE
V_BONUS BOOLEAN := TRUE;
V_COMMISSION BOOLEAN := FALSE;
BEGIN
V_STATUS := V_BONUS AND V_COMMISSION;
END;
Option A: TRUE
Option B: FALSE
Option C: NULL
Option D: None of these.
To answer, click the "Start This Test" button below.
Start this Test
Related Online Tests:
Comments
![]() | Kevin Yang on 2010-12-22 18:34:32 wrote, In question 18, the correct syntax is Delete from sometable; I'm not sure whether "from" can be omitted or not. |

