Dear Readers, Welcome to SQL Server Objective Questions have been designed specially to get you acquainted with the nature of questions you may encounter during your Job interview for the subject of SQL Server MCQs. These objective type SQL Server questions are very important for campus placement test and job interviews. As per my experience good interviewers hardly plan to ask any particular question during your Job interview and these model questions are asked in the online technical test and interview of many IT companies.
A. Digital Base Mapping System.
B. Data Borrowing and Movement Software.
C. Database Management System.
D. Database Manipulation Software.
Ans: C
A. It is good at handling geographical concepts.
B. It is widely used.
C. It is simple and easy to understand.
D. It uses a pseudo-English style of questioning.
Ans: A
A. Keys may be unique or have multiple occurrences in the database.
B. It cannot use SQL.
C. Queries are possible on individual or groups of tables.
D. Tables are linked by common data known as keys.
E. Data are organized in a series of two-dimensional tables each of which contains records for one entity.
Ans: D
A. A row or record in a database table.
B. Another name for the key linking different tables in a database.
C. An attribute attached to a record.
D. Another name for a table in an RDBMS.
Ans: A
A. The need for multiple copies of the same data and subsequent merging after separate updates.
B. The need to manage long transactions.
C. The need for manual transfer of records to paper.
D. The need for multiple views or different windows into the same databases.
E. The need for concurrent access and multi-user update.
Ans: D
A. The need to split objects into their component parts.
B. The ability to represent the world in a non-geometric way.
C. The ability to develop more realistic models of the real world.
D. The ability to develop databases using natural language approaches.
E. The ability to develop database models based on location rather than state and behaviour.
Ans: C
A. True
B. False
Ans: A
A. True
B. False
Ans: A
A. True
B. False
Ans: B
A. True
B. False
Ans: A
A. True
B. False
Ans: B
A. True
B. False
Ans: B
A. True
B. False
Ans: B
A. True
B. False
Ans: A
A. ADD
B. CREATE
C. INSERT
D. MAKE
Ans: c
A. REMOVE FROM CUSTOMER ...
B. DROP FROM CUSTOMER ...
C. DELETE FROM CUSTOMER WHERE ...
D. UPDATE FROM CUSTOMER ...
Ans: c
A. limits the column data that are returned.
B. limits the row data are returned.
C. Both A and B are correct.
D. Neither A nor B are correct.
Ans: B
A. To specify the syntax and semantics of SQL data definition language
B. To specify the syntax and semantics of SQL manipulation language
C. To define the data structures
D. All of the above.
Ans: D
A. An exact match is necessary in a SELECT statement.
B. An exact match is not possible in a SELECT statement.
C. An exact match is necessary in a CREATE statement.
D. An exact match is not possible in a CREATE statement.
Ans: B
A. A virtual table that can be accessed via SQL commands
B. A virtual table that cannot be accessed via SQL commands
C. A base table that can be accessed via SQL commands
D. A base table that cannot be accessed via SQL commands
Ans: A
A. REMOVE TABLE CUSTOMER;
B. DROP TABLE CUSTOMER;
C. DELETE TABLE CUSTOMER;
D. UPDATE TABLE CUSTOMER;
Ans: B
A. DDL
B. DML
C. HTML
D. XML
Ans: A
A. CREATE INDEX ID;
B. CHANGE INDEX ID;
C. ADD INDEX ID;
D. REMOVE INDEX ID;
Ans: A
A. LIKE only
B. IN only
C. NOT IN only
D. IN and NOT IN
Ans: A
A. SELECT, FROM, WHERE
B. FROM, WHERE, SELECT
C. WHERE, FROM,SELECT
D. SELECT,WHERE,FROM
Ans: A
A. report
B. form
C. file
D. table
Ans: D
A. Acts like a WHERE clause but is used for groups rather than rows.
B. Acts like a WHERE clause but is used for rows rather than columns.
C. Acts like a WHERE clause but is used for columns rather than groups.
D. Acts EXACTLY like a WHERE clause.
Ans: A
A. ONLY
B. UNIQUE
C. DISTINCT
D. SINGLE
Ans: c
A. Reduced training costs
B. Increased dependence on a single vendor
C. Applications are not needed.
D. All of the above.
Ans: A
A. Data types
B. Primary keys
C. Default values
D. All of the above.
Ans: D
A. DDL
B. DML
C. HTML
D. XML
Ans: B
A. SORT BY
B. ALIGN BY
C. ORDER BY
D. GROUP BY
Ans: c
A. SORT BY.
B. GROUP BY.
C. ORDER BY.
D. None of the above is correct.
Ans: c
A. create database structures only.
B. query database data only.
C. modify database data only.
D. All of the above can be done by SQL.
Ans: D
A. SELECT
B. READ
C. QUERY
D. None of the above is correct.
Ans: A