databases Online Quiz - 227
Description: databases Online Quiz - 227 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: databases |
Tables, views , incexes are all part of database objects
Which command will delete all data from a table and will not write to the rollback segment?
Which character function can be used to return a specified portion of a character string?
AUTONOMUS_TRANSACTION is a
PACK_MESSAGE is used in
Which is true for ROWID% data type
SELECT ROUND(TRUNC(MOD(1600,10),-1),2)
What can you create to restrict user access to a table?
What can be used in a SELECT statement to obtain search criteria for the SELECT statement?
What database object is used to increase performance for accessing data within a database?
Which clause of the CREATE SEQUENCE statement will cause the sequence to continue to generate numbers even after the maximum limit is reached?
Which datatypes are alphanumeric?
How do you execute an anonymous block within SQL*Plus?
Where can NOT a subquery be used within a SQL statement that is in a PL/SQL block?
What tasks are you able to perform within a PL/SQL block?
Which database model allows you to store and execute a PL/SQL program as part of an object?
What data dictionary view will display information about the columns in the database that have constraints?
What PL/SQL control structure is known as an IF-THEN statement?