1. Cấu trúc tuần tự
Thực hiện lần lượt từng lệnh một.
dbms_output.put_line('Excellent 1');
dbms_output.put_line('Excellent 2');
dbms_output.put_line('Excellent
3');
Sửa bài viết
Basic Type
|
Specific
Types
|
Numeric
|
INTEGER,
SHORTINTEGER, LONGINTEGER, DECIMAL, SHORTDECIMAL, NUMBER
|
Text
|
TEXT, NTEXT,
ID
|
Boolean
|
BOOLEAN
|
Date
|
DATETIME,
DATE
|