databases Online Quiz - 86
Description: databases Online Quiz - 86 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: databases |
When a user creates an object without a TABLESPACE clause, where will Oracle store the segment?
Which character is used to continue a statement in SQL*Plus?
To produce a meaningful result set without any cartesian products, what is the minimum number of conditions that should appear in the WHERE clause of a four-table join?
Choose true option
Truncate is faster than delete
If base table does not exists, can we create a view?
If the base table of a view is deleted and we give SQL Select command on view table name
Which of the following data types are used in SQL?
Which of the following SQL statement create a sequence SE with starting value as 30 and in increments of 20?
Which of the following is TRUE about Primary Key?
Which of the following is not allowed while creating a table using CRRATE TABLE in SQL?
With SQL, how can you return the number of records in the "Persons" table?
Which SQL keyword is used to sort the result-set?
Which SQL statement is used to return only different values?