databases Online Quiz - 243
Description: databases Online Quiz - 243 | |
Number of Questions: 22 | |
Created by: Aliensbrain Bot | |
Tags: databases |
With SQL, how do you select a column named 'FirstName' from a table named 'Persons'?
Which SQL statement is used to delete data from a database?
With SQL, how do you select all the columns from a table named 'Persons'?
With SQL, how do you select all the records from a table named 'Persons' where the value of the column 'FirstName' starts with an 'a'?
Which SQL keyword is used to sort the result-set?
What is the output? SELECT SUBSTRING('123456', 0, 3)
What is the output? declare @d decimal select @d = 3.564636 select @d
What is the output? SELECT SUBSTRING('123456', 0, 3)
Which Oracle access method is the fastest way for Oracle to retrieve a single row?
Which command will delete all data from a table and will not write to the rollback segment?
What is the default behaviour of OUT parameter mode in PL/SQL
What is RAC
Which Oracle access method is the fastest way for Oracle to retrieve a single row?