In SQL, what is the purpose of the WHERE clause in a DELETE statement?
In SQL, what is the purpose of the WHERE clause in a DELETE statement?
Backing up your SQL Server database is essential for _______ your dat
Backing up your SQL Server database is essential for _______ your dat
Which SQL standard introduced JSON data types and support for temporal data?
Which SQL standard introduced JSON data types and support for temporal data?
Which of the following SQL Server tools is used to enhance data management and governance?
Which of the following SQL Server tools is used to enhance data management and governance?
When you _______ an Access table from a SQL Server, SSMA restores the original Access table and its data.
When you _______ an Access table from a SQL Server, SSMA restores the original Access table and its data.
Which version of SQL introduced window functions and common table expressions (CTEs)?
Which version of SQL introduced window functions and common table expressions (CTEs)?
Which of the following is used to overcome the Replication in SQL Server?
Which of the following is used to overcome the Replication in SQL Server?
What is SQL Server?
What is SQL Server?
In a database, what is a unique identifier for each record in a table called?
In a database, what is a unique identifier for each record in a table called?
What type of database model organizes data in tables with rows and columns?
What type of database model organizes data in tables with rows and columns?
Which of the following are some common RDBMS in use?
Which of the following are some common RDBMS in use?
Which organization is responsible for maintaining the SQL standard?
Which organization is responsible for maintaining the SQL standard?
Which of the following is the instance of SQL Server that is your production server in log shipping?
Which of the following is the instance of SQL Server that is your production server in log shipping?
Which SQL standard introduced support for object-oriented features, recursive queries, and XML data types?
Which SQL standard introduced support for object-oriented features, recursive queries, and XML data types?
Identify the error in
"ALTER TABLE Students DROP COLUMN DateOfBirth date;"
Identify the error in
"ALTER TABLE Students DROP COLUMN DateOfBirth date;"
Correct the syntax error in
"CREATE TABLE Students (ID int PRIMARY, Name varchar(50));"
Correct the syntax error in
"CREATE TABLE Students (ID int PRIMARY, Name varchar(50));"
What does the UPDATE command in SQL do?
What does the UPDATE command in SQL do?
Correct the syntax error in
"DELETE FROM Employees HAVING Age < 25;"
Correct the syntax error in
"DELETE FROM Employees HAVING Age < 25;"
Identify the error in
"UPDATE Employees SET Salary = Salary * 1.05 WHERE;"
Identify the error in
"UPDATE Employees SET Salary = Salary * 1.05 WHERE;"
How does a transaction ensure data integrity in SQL?
How does a transaction ensure data integrity in SQL?
In a database, what is a unique identifier for each record in a table called?
In a database, what is a unique identifier for each record in a table called?
Which of the following is NOT a category of SQL commands?
Which of the following is NOT a category of SQL commands?
Which of the following best describes the purpose of SQL?
Which of the following best describes the purpose of SQL?
What does SQL stand for?
What does SQL stand for?
Which SQL keyword is used to sort the data returned by a SELECT statement?
Which SQL keyword is used to sort the data returned by a SELECT statement?
Which of the following SQL statement selects only unique values from ‘section’ column of table ‘school’?
Which of the following SQL statement selects only unique values from ‘section’ column of table ‘school’?
Which SQL function is used to count the number of rows?
Which SQL function is used to count the number of rows?
What does the WHERE clause do in SQL?
What does the WHERE clause do in SQL?
Which SQL statement is used to retrieve data from a database?
Which SQL statement is used to retrieve data from a database?
VARCHAR is used only for numeric data?
VARCHAR is used only for numeric data?
In SQL, what is the difference between CHAR and VARCHAR data types?
In SQL, what is the difference between CHAR and VARCHAR data types?
Which SQL data type is used to store numerical values with fixed precision and scale?
Which SQL data type is used to store numerical values with fixed precision and scale?
In SQL, which data type is best suited for storing large texts such as articles or comments?
In SQL, which data type is best suited for storing large texts such as articles or comments?
Which data type is used in SQL to store true or false values?
Which data type is used in SQL to store true or false values?
Which of the following is not a characteristic of a good database design?
Which of the following is not a characteristic of a good database design?
What is the purpose of normalization in a database?
What is the purpose of normalization in a database?
Which keyword is used to sort the result-set in SQL?
Which keyword is used to sort the result-set in SQL?
What is the default sorting order of ORDER BY clause?
What is the default sorting order of ORDER BY clause?
What does the SQL JOIN clause do?
What does the SQL JOIN clause do?
Which of the following can execute a trigger in PL/SQL?
Which of the following can execute a trigger in PL/SQL?
Which of the following statement is true about views in SQL?
Which of the following statement is true about views in SQL?
Which of the following command is used to create a database in SQL?
Which of the following command is used to create a database in SQL?
Which of the following is a default join type?
Which of the following is a default join type?
Which statement(s) are mandatory in a simple SQL SELECT statement?
Which statement(s) are mandatory in a simple SQL SELECT statement?
Which character is used to separate SQL statements in database systems?
Which character is used to separate SQL statements in database systems?
What does the LIKE operator do in SQL?
What does the LIKE operator do in SQL?
What is the purpose of the GROUP BY clause?
What is the purpose of the GROUP BY clause?
Which SQL keyword is used to remove duplicates from a result set?
Which SQL keyword is used to remove duplicates from a result set?
Which JOIN returns only the matching rows from both tables?
Which JOIN returns only the matching rows from both tables?
Which SQL statement is used to retrieve data from a database?
Which SQL statement is used to retrieve data from a database?