SQL Multiple Choice Questions with Answers pdf, SQL Questions for Interview, SQL MCQ Questions and Answers pdf

SQL Multiple Choice Questions with Answers

Hello aspirant in this article you can find your query related to SQL Multiple Choice Questions with Answers pdf, SQL Questions for Interview, SQL MCQ Questions and Answers pdf, SQL MCQ Interview Questions, SQL Interview Questions in Hindi, SQL Query Questions for Practice

SQL MCQ Questions and Answers pdf

SQL Query Interview Questions, SQL MCQ Interview Questions, SQL Multiple Choice Questions with Answers, SQL Interview Questions for freshers, SQL Queries MCQ Questions with Answers pdf, Interview Questions on SQL for freshers

SQL Multiple Choice Questions with Answers
SQL Multiple Choice Questions with Answers pdf

SQL Questions for Interview

1. Which of the following is not a valid SQL type?

निम्न में से कौन सा मान्य SQL प्रकार नहीं है?

  1. DECIMAL
  2. NUMERIC
  3. FLOAT
  4. CHARACTER

 

2. Which of the following are TCL commands?

निम्नलिखित में से कौन सा TCL कमांड हैं?

  1. SELECT and INSERT
  2. UPDATE and TRUNCATE
  3. COMMIT and ROLLBACK
  4. GRANT and REVOKE

 

3. SQL Views are also known as _______.

SQL व्यूज को _______ के रूप में भी जाना जाता है।

  1. Complex tables
  2. Virtual tables
  3. Simple tables
  4. Actual Tables

 

4. Which data type can store unstructured data in a column?

कौन सा डेटाटाइप असंगठित डेटा को कॉलम में स्टोर कर सकता है?

  1. NUMERIC
  2. RAW
  3. CHAR
  4. VARCHAR

 

5. Which command is used to change the definition of a table in SQL?

SQL में टेबल की परिभाषा बदलने के लिए किस कमांड का प्रयोग किया जाता है?

  1. ALTER
  2. UPDATE
  3. CREATE
  4. SELECT

 

6. Which operator is used to compare a value to a specified list of values?

किस ऑपरेटर का उपयोग मूल्यों की निर्दिष्ट सूची के मूल्य की तुलना करने के लिए किया जाता है?

  1. ALL
  2. BETWEEN
  3. ANY
  4. IN

 

7. In which of the following cases a DML statement is not executed?

निम्नलिखित में से किस मामले में डीएमएल स्टेटमेंट निष्पादित नहीं किया जाता है?

  1. When some rows are deleted.
  2. When a table is deleted.
  3. When existing rows are modified.
  4. All of the above

 

8. A command that lets you change one or more field in a table is:

तालिका में एक या एक से अधिक फ़ील्ड बदलने की सुविधा देने वाला कमांड है:

  1. LOOK-UP
  2. MODIFY
  3. INSERT
  4. All of the above

 

9. Which of the following is also called an INNER JOIN?

निम्न में से किसे INNER JOIN भी कहा जाता है?

  1. NON-EQUI JOIN
  2. EQUI JOIN
  3. SELF JOIN
  4. None of the above

 

10. _______ clause creates temporary relation for the query on which it is defined.

_______ क्लॉज उस क्वेरी के लिए अस्थायी संबंध बनाता है जिस पर यह परिभाषित है।

  1. WHERE
  2. FROM
  3. WITH
  4. SELECT

 

SQL Multiple Choice Questions with Answers

11. _________ command makes the updates performed by the transaction permanent in the database?

_________कमांड डेटाबेस में लेनदेन द्वारा किए गए अद्यतनों को स्थायी बनाता है?

  1. TRUNCATE
  2. COMMIT
  3. ROLLBACK
  4. DELETE

 

12. Which type of JOIN is used to returns rows that do not have matching values?

किस प्रकार के JOIN का उपयोग उन पंक्तियों को वापस करने के लिए किया जाता है जिनमें मेल खाने वाले मान नहीं हैं?

  1. EQUI JOIN
  2. Outer JOIN
  3. Natural JOIN
  4. All of the above

 

13. Which statement is true regarding routines and triggers?

रूटीन और ट्रिगर्स के बारे में कौन सा कथन सत्य है?

  1. Both consist of procedural code.
  2. Both are stored in the database.
  3. Both run automatically.
  4. Both have to be called to operate.

 

14. Which of the following is the basic approaches for joining tables?

निम्नलिखित में से कौन सा टेबल में शामिल होने के लिए बुनियादी दृष्टिकोण है?

  1. Union JOIN
  2. Natural JOIN
  3. Subqueries
  4. All of the above

 

15. Group of operations that form a single logical unit of work is known as ______.

संचालन का समूह जो कार्य की एकल तार्किक इकाई बनाता है, उसे ______ के रूप में जाना जाता है।

  1. Unit
  2. Network
  3. View
  4. Transaction

 

16. Sequence can generate _________.

अनुक्रम _________ उत्पन्न कर सकता है।

  1. Alphanumeric value
  2. Numeric value
  3. Both A and B
  4. None of the above

 

17. Shared locks are applied while performing _________.

Shared locks _________ निष्पादित करते समय लागू होते हैं।

  1. Write operations
  2. Read operations
  3. Both A and B
  4. None of the above

 

18. Which operator is used to compare the NULL values in SQL?

SQL में NULL Values की तुलना करने के लिए किस ऑपरेटर का उपयोग किया जाता है?

  1. IS
  2. IN
  3. Equal
  4. None of Above

 

19. When the wildcard in a WHERE clause is useful?

WHERE क्लॉज में वाइल्डकार्ड कब उपयोगी होता है?

  1. When an exact match is required in a CREATE statement.
  2. When an exact match is not possible in a SELECT statement.
  3. When an exact match is required in a SELECT statement.
  4. When an exact match is not possible in a CREATE statement.

 

20. What is the need for our query to execute successfully on an existing view?

मौजूदा दृश्य पर हमारी क्वेरी को सफलतापूर्वक निष्पादित करने की क्या आवश्यकता है?

  1. We should have a SELECT privilege only on the specified table.
  2. We must have a SELECT privilege on the view.
  3. The specified table must contain data.
  4. The specified table must be in the same database or schema.

 

SQL Multiple Choice Questions with Answers

21. ______ is NOT a type of constraint in SQL language?

______ SQL भाषा में एक प्रकार की बाधा नहीं है?

  1. UNIQUE
  2. PRIMARY KEY
  3. FOREIGN KEY
  4. ALTERNATE KEY

 

22. What is the advantage of the clustered index?

क्लस्टर्ड इंडेक्स का क्या फायदा है?

  1. It minimizes the page transfer and maximizes the cache hits.
  2. It does not need extra work for SQL queries.
  3. It is fast to update the records.
  4. None of the above is correct.

 

23. Which of the following operator can be used with a multiple-row subquery?

निम्नलिखित में से किस ऑपरेटर का उपयोग बहु-पंक्ति सबक्वेरी के साथ किया जा सकता है?

  1. NOT IN
  2. BETWEEN
  3. =
  4. <>

 

24. SQL contains which component in its process?

SQL में इसकी प्रक्रिया में कौन सा घटक होता है?

  1. Query Dispatchers
  2. SQL Query Engines
  3. Optimization Engines
  4. All of the above

 

25. _______ is a constraint that can be defined only at the column level?

_______ एक बाधा है जिसे केवल स्तंभ स्तर पर ही परिभाषित किया जा सकता है?

  1. CHECK
  2. NOT NULL
  3. UNIQUE
  4. PRIMARY KEY

 

26. What does SQL is used to perform operations on?

SQL का प्रयोग किस पर कार्य करने के लिए किया जाता है?

  1. Insert Records
  2. Update Records
  3. Both A and B
  4. None of the above

 

27. Determine the correct SQL command?

सही SQL कमांड निर्धारित करें?

  1. DELETE
  2. UPDATE
  3. CREATE
  4. All of the above

 

28. Which statement is true about the SQL?

SQL के बारे में कौन सा कथन सत्य है?

  1. SQL database cannot handle complex queries.
  2. SQL follows BASE Model.
  3. SQL databases are vertically scalable.
  4. SQL database does not require object-relational mapping.

 

29. What is meant by Partial Database Control?

आंशिक डेटाबेस नियंत्रण का क्या अर्थ है?

  1. Users or professionals can’t have the full control over the database.
  2. Business rules are hidden.
  3. Both A and B
  4. None of the above

 

30. Which of the following is not an SQL Statement?

निम्न में से कौन सा SQL Statement नहीं है ?

  1. TRUNCATE TABLE Statement
  2. UPDATE Statement
  3. SELECT Statement
  4. FROM Statement

Also Read: SQL Interview Questions and Answers pdf

31. In the database table, data types describe the kind of _____ that it can contain.

डेटाबेस तालिका में _____ डेटा प्रकार उस प्रकार का वर्णन करता है जिसमें यह शामिल हो सकता है।

  1. Number
  2. Data
  3. Table
  4. None of above

 

32. Name of the data type categories are ________.

डेटा प्रकार श्रेणियों के नाम हैं________।

  1. Date and time Data types
  2. Numeric Data types
  3. String Data types
  4. All of the above

 

33. Which of the following is SQL Server Date and Time Data Type?

निम्न में से कौन सा SQL सर्वर दिनांक और समय डेटा प्रकार है?

  1. real
  2. sql_variant
  3. timestamp
  4. text

 

34. SQL Operator can be ________.

SQL ऑपरेटर ________ हो सकता है।

  1. Binary
  2. Unary
  3. Both A and B
  4. None of the above

 

35. Using a WHERE clause in a SQL query is used to specify SQL reserved words and characters, known as ____?

SQL क्वेरी में WHERE क्लॉज का उपयोग SQL आरक्षित शब्दों और वर्णों को निर्दिष्ट करने के लिए किया जाता है, जिसे ____ के रूप में जाना जाता है?

  1. Numbers
  2. Data Types
  3. Operators
  4. Syntax

 

36. Which one of the syntaxes given below is of Binary Operator?

नीचे दिए गए सिंटैक्स में से कौन सा बाइनरी ऑपरेटर का है?

  1. Operand1 SQL _Operator Operand1
  2. Operand2 SQL _Operator Operand1
  3. Operator SQL _Operand
  4. Operand1 SQL _Operator Operand2

 

37. Which of these are the types of operators?

इनमें से किस प्रकार के ऑपरेटर हैं?

  1. Set
  2. Comparison
  3. Arithmetic
  4. All of the above

 

38. Which of the following is true about the HAVING clause?

HAVING क्लॉज के बारे में निम्नलिखित में से कौन सा सही है?

  1. Similar to WHERE clause but is used for groups rather than rows.
  2. Similar to WHERE clause but is used for rows rather than columns.
  3. Similar to the WHERE clause but is used for columns rather than groups.
  4. Acts exactly like a WHERE clause.

 

39. Which of the following is NOT the SQL Arithmetic Operator?

निम्नलिखित में से कौन सा SQL अंकगणितीय ऑपरेटर नहीं है?

  1. Unary
  2. Subtraction
  3. Addition
  4. Modulus

 

40. Which of the following statement is correct for SQL Multiplication Operator?

निम्नलिखित में से कौन सा कथन SQL गुणन ऑपरेटर के लिए सही है?

  1. SELECT Operand1**Operand2;
  2. SELECT Operand1*Operand2;
  3. SELECT Operand1+Operand2;
  4. SELECT Operand1<Operand2;

 

SQL Multiple Choice Questions with Answers

41. The SQL Modulus Operator returns the _________.

SQL मॉडुलस ऑपरेटर _________ लौटाता है।

  1. Sum
  2. Percentage
  3. Quotient
  4. Reminder

 

42. Which of the following is a SQL Logical Operator?

निम्न में से कौन सा SQL लॉजिकल ऑपरेटर है?

  1. SQL LIKE Operator
  2. SQL OR Operator
  3. SQL ALL Operator
  4. All of the above

 

43. What operator tests column for absence of data?

डेटा की अनुपस्थिति के लिए कौन सा ऑपरेटर कॉलम का परीक्षण करता है?

  1. IS NULL Operator
  2. Exists Operator
  3. NOT Operator
  4. None of the above

 

44. Which of the following is not a SQL Logical Operator?

निम्न में से कौन सा SQL लॉजिकल ऑपरेटर नहीं है?

  1. SQL BETWEEN Operator
  2. SQL ANY Operator
  3. SQL Equal Operator
  4. SQL IN Operator

 

45. The table records can be retrieved using which command?

किस कमांड का उपयोग करके टेबल रिकॉर्ड को पुनः प्राप्त किया जा सकता है?

  1. CREATE
  2. SELECT
  3. RETRIEVE
  4. ALTER

 

46. Which keyword is used in SQL Server to implement the auto increment?

ऑटो इंक्रीमेंट लागू करने के लिए SQL सर्वर में किस कीवर्ड का उपयोग किया जाता है?

  1. INCREMENT
  2. IDENTITY
  3. UNIQUE
  4. ADD

 

47. Which data manipulation command is used to combines the records from one or more tables?

एक या एक से अधिक टेबल से रिकॉर्ड को जोड़ने के लिए किस डेटा मैनीपुलेशन कमांड का उपयोग किया जाता है?

  1. JOIN
  2. PROJECT
  3. SELECT
  4. PRODUCT

 

48. In SQL, Like is a ____ operator.

SQL में, लाइक एक ____ ऑपरेटर है।

  1. Additional
  2. Logical
  3. Relational
  4. Unique

 

49. Which of the following is/are transaction control commands in SQL?

SQL में निम्नलिखित में से कौन सा/से ट्रांजेक्शन कंट्रोल कमांड है/हैं?

  1. Rollback
  2. Commit
  3. Both A. and B.
  4. None of the above

 

50. To get the table’s previous permanent status, use the ____ command.

तालिका की पिछली स्थायी स्थिति प्राप्त करने के लिए, ____ कमांड का प्रयोग करें।

  1. Rollback
  2. Transaction
  3. Commit
  4. None of the above

 

SQL Multiple Choice Questions with Answers

51. In SQL, which command is used to SELECT only one copy of each set of duplicable rows.

SQL में डुप्लिकेबल रो के प्रत्येक सेट की केवल एक कॉपी को सेलेक्ट करने के लिए किस कमांड का प्रयोग किया जाता है।

  1. SELECT DIFFERENT
  2. SELECT UNIQUE
  3. SELECT DISTINCT
  4. All of the above

 

52. Which of the following is not Constraint in SQL?

निम्न में से कौन SQL में Constraint नहीं है ?

  1. Check
  2. Not Null
  3. Primary Key
  4. Union

 

53. A command that lets you change one or more fields in a record is ______.

एक कमांड जो आपको रिकॉर्ड में एक या एक से अधिक फ़ील्ड बदलने की अनुमति देता है, ______ है।

  1. Look-up
  2. Modify
  3. Insert
  4. All of the above

 

54. The FROM SQL clause is used to _______.

FROM SQL क्लॉज का प्रयोग _______ के लिए किया जाता है।

  1. specify search condition
  2. specify range for search condition
  3. specify what table we are selecting or deleting data FROM
  4. None of these

 

55. How many Primary keys can have in a table?

एक तालिका में कितनी प्राथमिक कुंजियाँ हो सकती हैं?

  1. Only 1
  2. Only 2
  3. Depends on no of Columns
  4. Depends on DBA

 

56. Which SQL keyword is used to retrieve a maximum value?

अधिकतम मान प्राप्त करने के लिए किस SQL ​​कीवर्ड का उपयोग किया जाता है?

  1. UPPER
  2. MOST
  3. MAXIMUM
  4. MAX

 

57. Which of the following group functions ignore NULL values?

निम्नलिखित में से कौन सा समूह कार्य NULL मानों की उपेक्षा करता है?

  1. SUM
  2. COUNT
  3. MAX
  4. All of the above

 

58. Which statement is used to delete all rows in a table without having the action logged?

किस स्टेटमेंट का उपयोग टेबल में बिना एक्शन लॉग किए सभी रो को डिलीट करने के लिए किया जाता है?

  1. DROP
  2. REMOVE
  3. DELETE
  4. TRUNCATE

 

59. The term ___________ is used to refer to a record in a table.

तालिका में रिकॉर्ड को संदर्भित करने के लिए ___________ शब्द का प्रयोग किया जाता है।

  1. Row
  2. Tuple
  3. Attribute
  4. Instance

 

60. Which of the following is not a DDL command?

निम्न में से कौन सा DDL कमांड नहीं है?

  1. CREATE
  2. ALTER
  3. TRUNCATE
  4. UPDATE

 

So friend I hope you enjoy this article related to SQL Multiple Choice Questions with Answers pdf, SQL Questions for Interview, SQL MCQ Questions and Answers pdf, SQL MCQ Interview Questions, SQL MCQ pdf download, SQL Interview Questions for freshers

SQL Multiple Choice Questions with Answers pdf

File Name SQL Multiple Choice Questions with Answers pdf
File Size 453 KB
No. of Pages 15
Language Hindi and English
Download Click Here

Related Searches: SQL Multiple Choice Questions with Answers, SQL MCQ Questions and Answers pdf download, SQL Interview Questions in Hindi, SQL Query Practice Questions pdf, SQL Query Interview Questions, SQL Queries MCQ Questions with Answers pdf, Interview Questions on SQL for freshers

Leave a Reply

Your email address will not be published. Required fields are marked *