Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Database Questions
In SQL, what does the ON UPDATE CASCADE referential action primarily ensure when defined on a foreign key constraint?
A DBMS product that combines a database management system with an integrated application generator (forms, reports, and tools) is best exemplified by which of the following?
In data mining, which of the following best describes a primary goal of applying data mining techniques to large datasets?
In database management systems, which of the following is an open source database management system product that can run on Unix, Linux, and Microsoft Windows platforms?
In relational database systems, which of the following best describes the original purpose for which the Structured Query Language SQL was designed?
In relational database normalization, if a relation has no multivalued attributes and no partial dependencies on any candidate key, then in which normal form is the relation considered to be?
In SQL and relational databases, for what practical purposes are database views commonly created and used by developers and administrators?
In data structures and expression evaluation, what are the standard notations used when evaluating arithmetic expressions written in prefix and postfix forms?
In relational database design, the different classes of relations created by the normalization technique for preventing update and modification anomalies are collectively called what?
In Structured Query Language SQL, consider the query SELECT CUSTOMER_T.CUSTOMER_ID, ORDER_T.CUSTOMER_ID, NAME, ORDER_ID FROM CUSTOMER_T, ORDER_T; Which type of join operation between CUSTOMER_T and ORDER_T does this query effectively perform when no WHERE clause is specified?
In a quantitative aptitude style problem, 88 percent of 370 plus 24 percent of 210 minus x equals 118; what is the value of x that satisfies this equation?
In computer networks, a proxy server within an organization is typically used for which of the following main purposes?
In object oriented analysis and design, what are the main benefits of using object oriented modeling for software systems?
In database terminology, a collection of interrelated records that is organized and managed as a single logical store of data is called what?
When mapping a supertype subtype relationship from an entity relationship model to a relational database schema, which of the following is generally true about the assignment of primary keys?
In Microsoft SQL Server, which cursor concurrency option indicates that no lock is obtained when rows are read and that a lock is taken only if the user actually updates the data, implementing optimistic concurrency control?
In entity relationship modeling, when enforcing minimum cardinalities for a binary relationship between two entities, how many possible types of actions must a database designer consider overall?
A shared database that is used by multiple users and applications should satisfy which of the following important characteristics?
In relational database design theory, a transitive dependency is best described as which of the following?
In file processing and searching algorithms, is it always necessary to sort a file before searching for a particular item, or can some search methods work without prior sorting?
1
2
3
4
5