Technology Questions
Practice Technology MCQs with answers and explanations. Page 32 of 79.
Category
Interview
Topic
Technology
Page
32 / 79
Mode
Practice
Questions
Open any question to view the answer and explanation.
In SQL Server, how can you create a recursive query that references the results of the previous step, for example to traverse a hierarchy or organizational tree?
Open
View answer
In SQL databases, how do you define a trigger and what is its purpose in automating actions on tables or views?
Open
View answer
In a typical Employees table, which SQL query returns all employees whose name starts with the letter M?
Open
View answer
In SQL, what is the difference between a query and a statement, and how are these terms used in practice?
Open
View answer
In Oracle PL/SQL, what is a PL/SQL table (index-by or associative array) and what is its main use inside a block?
Open
View answer
In Oracle PL/SQL, which of the following sets correctly lists three predefined PL/SQL exceptions?
Open
View answer
In Oracle PL/SQL, what are cursor-related exceptions and when do they typically occur during cursor operations?
Open
View answer
In a PL/SQL block, how can you programmatically check whether a cursor is currently open before using it?
Open
View answer
In Oracle PL/SQL, how can you generate debugging output from a PL/SQL block so that you can inspect messages during development?
Open
View answer
In SQL, what is one key similarity and one key difference between the WHERE clause and the HAVING clause?
Open
View answer
In SQL Server or similar systems, what is a DEFAULT value and is there any type of column to which a default cannot normally be bound?
Open
View answer
In relational databases, what are constraints and which of the following correctly lists common types of integrity constraints?
Open
View answer
In relational database design, what is the difference between a primary key and a unique key constraint?
Open
View answer
In SQL Server or similar databases, what is the difference between a clustered index and a nonclustered index?
Open
View answer
In SQL, what is the difference between the DELETE command and the TRUNCATE command when removing data from a table?
Open
View answer
In Microsoft SQL Server, can the SQL Server instance be linked to other database servers such as Oracle, and if so how is this typically done?
Open
View answer
In Microsoft SQL Server, what is Log Shipping and what problem does it help solve?
Open
View answer
In Microsoft SQL Server, where are SQL Server login names and password hashes stored inside the database system?
Open
View answer
In the .NET ecosystem, what is LINQ (Language Integrated Query) and what does it allow developers to do?
Open
View answer
In SQL, what are aggregate functions and what is their main purpose in queries?
Open
View answer
Practice smarter
Solve a few questions daily and revisit weak topics regularly to improve accuracy.