Added comment for input in p_roll
This commit is contained in:
parent
8ffbbcf06b
commit
7c7d251ced
@ -35,8 +35,7 @@ DECLARE
|
||||
p_roll Student.Roll%type;
|
||||
nodata EXCEPTION;
|
||||
BEGIN
|
||||
DBMS_OUTPUT.PUT_LINE('Enter roll number: ');
|
||||
p_roll := &p_roll;
|
||||
p_roll := &p_roll; -- specify value directly for Live SQL. Eg.: p_roll := 1;
|
||||
|
||||
IF (p_roll < 0) THEN
|
||||
raise nodata;
|
||||
|
Loading…
Reference in New Issue
Block a user