Tag: programming languages
Questions Related to programming languages
-
:system.message_level := 0;
-
:system.suppress_working := 'TRUE';
-
:system.suppress_working := 'FALSE';
-
:system.message_level := 5;
-
Alert
-
Message
-
Editor
-
Message Box
-
Set the canvas's DML Array Size property to 50.
-
Set the data block's DML Array Size property to 50.
-
Set the window's DML Array Size property to 50.
-
Array processing is limited to 25 records per batch.
-
Never
-
When data is committed
-
Before the form is validated
-
After the form is validated
-
WHEN-NEW-CANVAS-INSTANCE
-
WHEN-NEW-FORM-INSTANCE
-
WHEN-NEW-FORM
-
WHEN-FORM-OPENED
-
WHEN-NEW-CANVAS
-
a space
-
an asterisk
-
The default value is not optional
-
None of the above
-
we can pass a numerical value in first parameter
-
we can pass a negative value in second parameter
-
Both a & b
-
None of the above
-
Oracle Flexible Architecture
-
Oracle Financials Applications
-
Optimal Flexible Architecture
-
None of the above
-
Delete statement can be given without writing where clause.
-
We can delete two tables simultaneously
-
Both a & b
-
None of the above
-
alter table table_name rename to new_table_name;
-
RENAME table_name new_table_name;
-
Dropping the table and creating once again
-
None of the above.