Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Oracle Certification Questions
In database management systems, a transparent DBMS is one that provides which type of hiding or abstraction to users?
In relational database terminology, a single record (row) in a table is usually referred to as what?
In SQL, the COUNT aggregate function is primarily used to return the number of what in the result set of a query?
In Microsoft SQL Server, what is the primary purpose of the SQL Profiler tool?
In XML related technologies, what is XPath mainly used for?
In SQL, what is meant by the term Data Definition Language (DDL) and what is its main purpose?
In SQL Server, what is Log Shipping and what is its primary purpose?
In Microsoft SQL Server, what is the main difference between a local temporary table and a global temporary table?
In SQL, which aggregate function is used to return the maximum value from a result set or group of rows?
In SQL, a column defined with a UNIQUE constraint can contain NULL values, whereas a column defined as a PRIMARY KEY cannot contain NULL values. How accurate is this statement?
In relational database design, what is a foreign key and what role does it play?
In SQL, what is the main difference between the UNION and UNION ALL set operators?
In database management systems, what is a candidate key and how is it defined?
In SQL pattern matching, which keyword is used together with wildcard characters such as percent (%) and underscore (_) to search for matching text?
In SQL, which of the following are considered comparison operators for evaluating conditions in a WHERE clause?
In Microsoft SQL Server, the GO command is described as a signal to execute the entire batch of Transact SQL statements that appear after the previous GO statement. How accurate is this description?
In a SQL Server log shipping configuration, copying transaction log backup files from the primary server to the standby or secondary server is considered part of the log shipping process. Is this statement correct?
In Microsoft SQL Server, a local temporary table created with a single number sign prefix (for example #temp) can be shared by multiple users across different sessions. Is this statement correct?
In SQL Server string functions, how are the STUFF and REPLACE functions used to modify characters in a string expression?
In a relational database, how does enforcing referential integrity affect the ability to break parent child relationships between tables?
1
2
3