Sql Server Interview Questions and Answers (1758) - Page 78

what is the output of below SELECT? SELECT (SELECT 'Chandu')

NOTE: This is objective type question, Please click question title for correct answer.
SELECT 'Chandu' + ‘1’ ?

NOTE: This is objective type question, Please click question title for correct answer.
SELECT 'Chandu' + 1 ?

NOTE: This is objective type question, Please click question title for correct answer.
SELECT COUNT('7') ?

NOTE: This is objective type question, Please click question title for correct answer.
SELECT COUNT(*) ?

NOTE: This is objective type question, Please click question title for correct answer.
output of below SQL ? SELECT $

NOTE: This is objective type question, Please click question title for correct answer.
What is the output of below SQL ? SELECT 15

NOTE: This is objective type question, Please click question title for correct answer.
Which of the following provides option for entering SQL queries at execution time, rather than at development stage?

NOTE: This is objective type question, Please click question title for correct answer.
If SQL statements are embedded inside 3GL, then we call such a program as ?

NOTE: This is objective type question, Please click question title for correct answer.
Which of the following SQL command can be used to modify existing data in a database table?

NOTE: This is objective type question, Please click question title for correct answer.
What are the different events in Triggers?

NOTE: This is objective type question, Please click question title for correct answer.
Which of the following is a way to create and modify tables using SQL Server?

NOTE: This is objective type question, Please click question title for correct answer.
In SQL server, which of the following makes a copy of the changes that have been made to the db since the last complete backup?

NOTE: This is objective type question, Please click question title for correct answer.
With which type of SQL server recovery model are all db changes logged except those that cause large log entries.

NOTE: This is objective type question, Please click question title for correct answer.
Which type of cursor doesn't locks the records/rows that are read in cursor ?

NOTE: This is objective type question, Please click question title for correct answer.
In which type od index, the bottom level of an index doesn’t contain data but rather it contains pointers to data?

NOTE: This is objective type question, Please click question title for correct answer.
Which type of recovery model doesn't log any type of changes?

NOTE: This is objective type question, Please click question title for correct answer.
Which of the following creates index automatically in database?

NOTE: This is objective type question, Please click question title for correct answer.
SQL Server 2012 - what is the output of below query ? SELECT CONCAT(' 23 Gandhi Nagar', NULL ,'BGLR' ,'KRNTK', '9876')

NOTE: This is objective type question, Please click question title for correct answer.
Found this useful, bookmark this page to the blog or social networking websites. Page copy protected against web site content infringement by Copyscape

 Interview Questions and Answers Categories