Database Questions
Practice Database MCQs with answers and explanations. Page 4 of 5.
Category
Technical Questions
Topic
Database
Page
4 / 5
Mode
Practice
Questions
Open any question to view the answer and explanation.
In SQL Server, what is the name of the program code that is executed instead of an SQL command that would normally modify data in a table?
Open
View answer
In SQL Server, the expression FOR XML RAW in a SELECT statement tells SQL Server to do what when generating the XML result?
Open
View answer
In business intelligence (BI) and data warehousing, the term "curse of dimensionality" is commonly associated with which problem that arises when using operational data for analytical reporting?
Open
View answer
In a management information system, a report generated by a reporting system is delivered to the appropriate users through a user accessed web site. This situation represents which type of reporting mode used in decision support and business intelligence systems?
Open
View answer
In the life cycle of database development within an organization, which activity is typically considered the very first step that lays the foundation for later logical and physical database design work?
Open
View answer
In the context of enterprise data modeling for an organization, which of the following statements describes an activity that is not correctly associated with this high level conceptual modeling phase?
Open
View answer
In an entity relationship model that uses a supertype and subtype hierarchy, which design principle correctly describes how attributes should be assigned within the hierarchy?
Open
View answer
In the context of physical database design and administration, which of the following is a genuine advantage that can be achieved by partitioning a large table or index into smaller pieces?
Open
View answer
When tuning SQL statements in a relational database, which of the following practices is most likely to improve the processing time and performance of a query?
Open
View answer
In the context of relational database applications, which of the following describes a genuine advantage of using stored procedures on the database server?
Open
View answer
In the design of a distributed database system, which of the following distribution strategies may be used to organize data across multiple sites connected by a network?
Open
View answer
Which of the following best defines a distributed database in terms of its logical and physical organization across multiple networked locations?
Open
View answer
In object oriented database systems, the Object Definition Language ODL is primarily used for which purpose when working with object schemas?
Open
View answer
When using the Object Query Language OQL in an object oriented database, which of the following kinds of result sets can be produced by OQL queries?
Open
View answer
In a relational database design that contains a one to many 1 to N relationship between two tables, in which table is the foreign key normally placed to represent this relationship correctly?
Open
View answer
In database engineering, the process of reading an existing database schema and using it to produce a higher level data model or entity relationship diagram is known as which of the following?
Open
View answer
When you need to drop a column that is currently used as a foreign key in a relational database table, what is the correct first step that must be taken before the column itself can be removed?
Open
View answer
In SQL, what ALTER TABLE command should be used to change the STUDENT table so that it includes a constraint named GradeCheck which enforces that values in the Grade column must always be greater than zero?
Open
View answer
Of the three common ways to create an Oracle database, which method is generally considered the easiest to use and the most recommended for typical administrators?
Open
View answer
In Oracle database technology, an Oracle System Change Number SCN is best described as which of the following with respect to tracking changes in the database?
Open
View answer
Practice smarter
Solve a few questions daily and revisit weak topics regularly to improve accuracy.