0% found this document useful (0 votes)
197 views4 pages

Reviewer #1: Guru 99 Reviewer #2: Tchrs

The document contains a reviewer's assessment of another reviewer's answers to 20 questions about SQL concepts. The reviewer answered all 20 questions correctly, receiving a perfect score of 100%. Some of the concepts covered included normalization, ACID properties, primary keys, indexes, triggers, locks, and replication.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
197 views4 pages

Reviewer #1: Guru 99 Reviewer #2: Tchrs

The document contains a reviewer's assessment of another reviewer's answers to 20 questions about SQL concepts. The reviewer answered all 20 questions correctly, receiving a perfect score of 100%. Some of the concepts covered included normalization, ACID properties, primary keys, indexes, triggers, locks, and replication.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

REVIEWER #1: GURU 99 REVIEWER #2: TCHRS

1) Select invalid authentication mode in SQL Server? Question #1


DOS Mode (DOS Mode) What is normalization?
Your Answer: It is a set of database design rules to
2) Which function is used to determine whether the minimize redundancy.
number specified is Positive, Negative or Zero. Correct Answer: It is a set of database design rules to
SIGN (SIGN) minimize redundancy.
Result: 
3) Select invalid type of Trigger? Select (Select)
Question #2
4) Which tools supports the copy of large amounts of data ACID stands for _______.
from Tables. Bulkcopy (Bulkcopy) Your Answer: Atomicity, Consistency, Isolation,
Durability
5) Which statement are used to combine the tables Correct Answer: Atomicity, Consistency, Isolation,
including the duplicate rows. UNION (UNION) Durability
Result: 
6) Which statement is combine but does not look for
duplicate rows. UNION ALL (UNION ALL) Question #3
What is Primary Key?
7) Which function is used to return specific portion of Your Answer: Primary keys are unique identifiers for
string in a given string. SUBSTR (SUBSTR) each row in a table.
Correct Answer: Primary keys are unique identifiers for
8)Which function gives character position in a specified each row in a table.
string. INSTR (INSTR) Result: 

9) Select and Operator used to compare only string with Question #4


the string and number with numbers. #ERROR! (#ERROR!) A table can have more than one combination of columns
that uniquely identify the row in a table; each
10) Which function is used to check whether value given is combination is called_________.
NULL or not NULL in sql server. ISNULL (ISNULL) Your Answer: Candidate Key
Correct Answer: Candidate Key
11) What will be the maximum number of index per Result: 
table? 1000 (1000)
Question #5
12) Which character can be used to store Unicode A column that automatically generates numeric values is
characters for multiple languages. nvarhcar (nvarhcar) called __________.
Your Answer: Identity column
13) Which command is used for user defined error Correct Answer: Identity column
messages? RAISEERROR (RAISEERROR) Result: 

14) What is CDC? Change Data Capture (Change Data Question #6


Capture) What is the correct order of query operators in a SQL
query?
15) Can we check locks in database? YES (YES) Your Answer: SELECT -> FROM -> OUTER -> WHERE
Results: 15/15 (100.00%) Correct Answer: SELECT -> FROM -> OUTER -> WHERE
Result: 
Question #7 Question #14
What are indexes? What is a trigger?
Your Answer: Index speed up the data retrieval Your Answer: A trigger is a SQL procedure that initiates
Correct Answer: Index speed up the data retrieval an action when an event (INSERT, DELETE or UPDATE)
Result:  occurs.
Correct Answer: A trigger is a SQL procedure that
Question #8 initiates an action when an event (INSERT, DELETE or
How many types of indexes in SQL server? UPDATE) occurs.
Your Answer: Clustered and Nonclustered Result: 
Correct Answer: Clustered and Nonclustered
Result:  Question #15
What are the different types of trigger
Question #9 Your Answer: DML and DDL
RAID stands for ________. Correct Answer: DML and DDL
Your Answer: Redundant Array of Independent Disks Result: 
Correct Answer: Redundant Array of Independent Disks
Result:  Question #16
What are the different types of temporary tables in SQL
Question #10 server?
What is the difference between Primary key and Unique Your Answer: Global and local temporary tables
key? Correct Answer: Global and local temporary tables
Your Answer: Primary key doesn’t allow null value Result: 
whereas unique key allows one null value.
Correct Answer: Primary key doesn’t allow null value Question #17
whereas unique key allows one null value. Which of the following is not a valid data type in SQL
Result:  server
Your Answer: blob
Question #11 Correct Answer: blob
OLTP stands for _________. Result: 
Your Answer: Online Transaction Processing
Correct Answer: Online Transaction Processing Question #18
Result:  Which of the followings are valid Transaction levels in SQL
Server?
Question #12 Your Answer: All of the above
Which of the followings are the types of locks in SQL Correct Answer: All of the above
Server? Result: 
Your Answer: All of the above
Correct Answer: All of the above Question #19
Result:  Which of the following keyword is used to raise an error in
stored procedure?
Question #13 Your Answer: RAISERROR
What are the authentication modes in SQL Server? Correct Answer: RAISERROR
Your Answer: None of the above Result: 
Correct Answer: All of the above
Result:  Question #20
What are the different types of replication available in SQL
server?
Your Answer: All of the above
Correct Answer: All of the above
Result: 

You might also like