Tag: databases
Questions Related to databases
When does a view get populated?
If an application issues the same query more than once in the same unit of work,which isolation level will not permit this application to see additional rows inserted by other application?
Which of the following DB objects is executable using SQL?
Which of the following resources can be explicitly locked?
A trigger can be created on which of the following objects?
Which two statements correctly describe the features of SecureFiles? (Choose two.)
DATA_FILES is a directory object that contains the DETAILS.TXT text file. You have the required permissions to access the directory object. You create a table using the following command: CREATE TABLE clob_tab(col2 CLOB); View the Exhibit and examine the PL/SQL block that you execute for loading the external text file into the table that currently has no rows. The PL/SQL block results in an error. What correction must be done to ensure the PL/SQL block executes successfully?
Examine the structure of the LOB_STORE table. Name Null? Type ---------------- -------- ------------ LOB_ID NUMBER VIDEO_CLIP BLOB You create a 'DATA_FILES' directory object that contains the 'IMAGE1.GIF'operating system (OS) file. View the Exhibit and examine the LOAD_LOB procedure code that you execute for reading data from the OS file into the BLOB column. It is created with compilation errors. What is the reason?