databases Online Quiz - 181
Description: databases Online Quiz - 181 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: databases |
The iBATIS XML configuration file contains ________________ that have a dramatic effect on how iBATIS behaves
Using the namespace once, and putting it in a proper Java package namespace,
Define Mapper class in iBATIS:
The configuration XML file contains below mentioned tags
SQL is case sensitive
The SQL SELECT INTO statement can be used to create backup copies of tables.
Constraints can be specified after a table is created
We cannot add SQL functions, WHERE, and JOIN statements to a view
DATE() returns the current date
the data type "tinyint" allows whole numbers from 0 to 198
The WHERE keyword cannot be used with aggregate functions.
SQL wildcards must not be used with the SQL LIKE operator.
The IN operator allows you to specify multiple values in a WHERE clause.
How many categories are available for SQL Commands
Commit is required after truncate command is issued.
Which of the following is the correct usage of Order by
What are the notations used for writing SQL language
What will happen when Database Instance is up but Listner is not running
What are the different tags which can be used with 'LIKE'