databases Online Quiz - 235
Description: databases Online Quiz - 235 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: databases |
What output will the follwing statement produce? Select NVL2(NULL,'NOT NULL', NULL) from dual?
Functions for error trapping are contained in which section of a PL/SQL block?
What is the result if two NULL values are compared to each other?
PL/SQL raises an exception, in which TWO of the following cases?
What output will the follwing statement produce? Select NVL2(NULL,NOT NULL, NULL) from dual?
Which SELECT statement will get the result 'elloworld' from the string 'HelloWorld'?
In which case would you use a FULL OUTER JOIN?
mod(-15, 4)would return ?
You are gathering performance and optimization data for your SQL Server 2005 database. Your company has three custom applications that routinely make use of the database. Each application accesses the database using separate login credentials. You wish to gather information concerning the queries executed by each custom application. To gather this data you decide to create a trace using the SQL Server Profiler. You decide to use one of the predefined SQL Server Profiler templates to define what data should be gathered. Which predefined SQL Server Profiler template would best suit your requirements?
NA
Which task can you perform using only the TO_CHAR function?
In which scenario would an index be most useful?