Which of the following feature of SQL Server was used before XML technology for semi structured data?
Which of the following feature of SQL Server was used before XML technology for semi structured data?
What is SQL Server?
What is SQL Server?
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?
What does the SQL JOIN clause do?
What does the SQL JOIN clause do?
What is the default sorting order of ORDER BY clause?
What is the default sorting order of ORDER BY clause?
Which keyword is used to sort the result-set in SQL?
Which keyword is used to sort the result-set in SQL?
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?
When was the first version of Microsoft SQL Server released?
When was the first version of Microsoft SQL Server released?
Which of the following is a free database software running free SQL Server technology?
Which of the following is a free database software running free SQL Server technology?
Which of the following companies originally worked together to create and market the first version of SQL Server?
Which of the following companies originally worked together to create and market the first version of SQL Server?
What is the hybrid model in SQL Server?
What is the hybrid model in SQL Server?
Which of the reasons will force you to use the XML data model in SQL Server?
Which of the reasons will force you to use the XML data model in SQL Server?
Which of the following is not a class of constraint in SQL Server?
Which of the following is not a class of constraint in SQL Server?
Which of the following joins are SQL server default?
Which of the following joins are SQL server default?
Which of the following is not a SQL Server INFORMATION_SCHEMA view?
Which of the following is not a SQL Server INFORMATION_SCHEMA view?
SQL Server has mainly how many types of views?
SQL Server has mainly how many types of views?
Which database is used by SQL Server Agent for scheduling alerts and jobs, and recording operators?
Which database is used by SQL Server Agent for scheduling alerts and jobs, and recording operators?
Which of the following data type is not present in SQL Server?
Which of the following data type is not present in SQL Server?
Which was the first version of SQL Server to introduce in-memory capability?
Which was the first version of SQL Server to introduce in-memory capability?
What is the Codename for SQL Server 2012?
What is the Codename for SQL Server 2012?
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?
Which of the following can execute a trigger in PL/SQL?
Which of the following can execute a trigger in PL/SQL?
What is the full form of PL in PL/SQL?
What is the full form of PL 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?
Which of the following is basis for SQL?
Which of the following is basis for SQL?
Which of the following tasks CANNOT be accomplished using SQL?
Which of the following tasks CANNOT be accomplished using SQL?
What is the purpose of the SQL keyword “DISTINCT” in a SELECT statement?
What is the purpose of the SQL keyword “DISTINCT” in 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 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?
The SQL LIKE operator is used in which of the following clause?
The SQL LIKE operator is used in which of the following clause?
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 SQL statement is used to retrieve data from a database?
Which SQL statement is used to retrieve data from a database?
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 of the following operators is used to compare two values in SQL?
Which of the following operators is used to compare two values in SQL?