LakshyaEducation.in

VEDIC MATHS Video Series
  • Home
  • Video Series
    • Vedic Maths Videos
    • Quantitative Aptitude Videos
    • Class 8 Maths Videos
    • Class 9 Maths Videos
    • Class 10 Maths Videos
  • Quiz & Solutions
  • Blog
  • Store
  • Login
  • Contact Us
  • Home
  • Topic
  • Computer Science
  • Sql Server

Computer Science

SQL SERVER MCQs

Total Questions : 15

Page 1 of 2 pages
Question 1. The UPDATE SQL clause can _____________
  1.    update only one row at a time
  2.    update more than one row at a time
  3.    delete more than one row at a time
  4.    delete only one row at a time
 Discuss Question
Answer is Option B. -> update more than one row at a time
Question 2. Find the names of these cities with temperature and condition whose condition is neither sunny nor cloudy
  1.    SELECT city, temperature, condition FROM weather WHERE condition NOT IN (‘sunny’, ‘cloudy’)
  2.    SELECT city, temperature, condition FROM weather WHERE condition NOT BETWEEN (‘sunny’, ‘cloudy’)
  3.    SELECT city, temperature, condition FROM weather WHERE condition IN (‘sunny’, ‘cloudy’)
  4.    SELECT city, temperature, condition FROM weather WHERE condition BETWEEN (‘sunny’, ‘cloudy’);
 Discuss Question
Answer is Option A. -> SELECT city, temperature, condition FROM weather WHERE condition NOT IN (‘sunny’, ‘cloudy’)
Question 3. SQL query to find the temperature in increasing order of all cities
  1.    SELECT city FROM weather ORDER BY temperature
  2.    SELECT city, temperature FROM weather
  3.    SELECT city, temperature FROM weather ORDER BY temperature
  4.    SELECT city, temperature FROM weather ORDER BY city
 Discuss Question
Answer is Option D. -> SELECT city, temperature FROM weather ORDER BY city
Question 4. Find the name of those cities with temperature and condition whose condition is either sunny or cloudy but temperature must be greater than 70
  1.    SELECT city, temperature, condition FROM weather WHERE condition = ‘sunny’ AND condition = ‘cloudy’ OR temperature > 70
  2.    SELECT city, temperature, condition FROM weather WHERE condition = ‘sunny’ OR condition = ‘cloudy’ OR temperature > 70
  3.    SELECT city, temperature, condition FROM weather WHERE condition = ‘sunny’ OR condition = ‘cloudy’ AND temperature > 70
  4.    SELECT city, temperature, condition FROM weather WHERE condition = ‘sunny’ AND condition = ‘cloudy’ AND temperature > 70
 Discuss Question
Answer is Option C. -> SELECT city, temperature, condition FROM weather WHERE condition = ‘sunny’ OR condition = ‘cloudy’ AND temperature > 70
Question 5. Which SQL statement is used to insert new data in a database?
  1.    Insert Into
  2.    Add New
  3.    Insert Record
  4.    Add Record
 Discuss Question
Answer is Option A. -> Insert Into
Question 6. What is the correct order of clauses in a SQL statement?
  1.    SELECT, FROM, ORDER BY, WHERE
  2.    SELECT, FROM, WHERE, ORDER BY
  3.    SELECT, WHERE, FROM, ORDER BY
  4.    WHERE, FROM, SELECT, ORDER BY
 Discuss Question
Answer is Option B. -> SELECT, FROM, WHERE, ORDER BY
Question 7. In sql the spaces at the end of the string are removed by
  1.    LTrim
  2.    Upper
  3.    Trim
  4.    Lower
 Discuss Question
Answer is Option C. -> Trim
Question 8. Which of the following statements is true concerning subqueries?
  1.    Does not start with the word SELECT.
  2.    Involves the use of an inner and outer query.
  3.    Cannot return the same result as a query that is not a subquery.
  4.    All of the above
 Discuss Question
Answer is Option B. -> Involves the use of an inner and outer query.
Question 9. A database is used to
  1.    store data
  2.    modify data
  3.    extract data
  4.    All of the above
 Discuss Question
Answer is Option D. -> All of the above
Question 10. AND, OR and NOT are examples of
  1.    Clauses
  2.    Boolean operators
  3.    Conjuctive operators
  4.    Exclusive operators
 Discuss Question
Answer is Option B. -> Boolean operators
  • 1
  • 2
  • Next →
  • Share on Facebook!
  • Share on Pinterest!

Sub Topics

  • Agile Scrum
  • Ajax
  • Android
  • Angular 2
  • Angularjs
  • Artificial Intelligence
  • Asp.net
  • Automation System
  • Azure
  • Bootstrap
  • C Program
  • C#
  • Computer Memory
  • Computer Networks
  • Computer Security
  • Core Java
  • Css
  • Data Base Management System (dbms)
  • Data Mining And Data Ware House
  • Data Structure
  • Data Structures And Algorithms
  • Database
  • Database Systems
  • Dbms
  • Digital Computer Electronics
  • Disk Operating System Dos
  • Elasticsearch
  • Electronic Principles
  • Electronics Data Processing
  • Git
  • Hibernate
  • Html
  • Html5
  • Informatica
  • Information Security
  • Input And Output Devices
  • Internet Awareness
  • Ios
  • Ios Swift
  • Java Program
  • Javascript
  • Jquery
  • Json
  • Kotlin
  • Language Processors
  • Laravel
  • Linear Programming
  • Linq
  • Linux
  • Management Information Systems
  • Mongodb
  • Mysql
  • Nlp
  • Node Js
  • Nosql
  • Oracle
  • Parallel Computing
  • Php Program
  • Prestashop
  • Python
  • Rdbms
  • React Js
  • Selenium
  • Software Engineering
  • Software Testing
  • Sql
  • Sql Server
  • System Analysis And Design
  • System Programming
  • Tally
  • Transistors
  • Unix
  • Window Programming
  • Windows 2000 Server
  • Windows Nt
  • Wordpress
  • Xamarin
  • Xml

Topics

  • Computer Aptitude
  • SAIL Junior Officer (E-0)
  • 10th Grade
  • 11th Grade
  • 12th Grade
  • 4th Grade
  • 5th Grade
  • 6th Grade
  • 7th Grade
  • 8th Grade
  • 9th Grade
  • NCERT
  • Cat
  • Commerce
  • Computer Science
  • Engineering
  • English
  • General Knowledge
  • Ias
  • Management
  • Quantitative Aptitude
  • Reasoning Aptitude
  • General Studies (Finance And Economics)
  • Analytical Instrumentation
  • Biochemistry
  • Bioinformatics
  • Biology
  • Biotechnology
  • Bitsat
  • Business Statistics
  • C Programming
  • C++ Programming
  • Cell Biology
  • Chemistry
  • Cost Accounting
  • Drug And Pharmaceutical Biotechnology
  • Electrical Measurement And Instrumentation
  • Environment Management
  • Environmental Biotechnology
  • Enzyme Technology
  • Financial Management And Financial Markets
  • Gate
  • General Science
  • Geography
  • Heat Transfer
  • History And National Movements
  • Human Anatomy And Physiology
  • Human And Cultural Diversity
  • Human Resource Management
  • Indian Economy
  • Indian Geography
  • Indian History
  • Indian Polity
  • Instrumentation Transducers
  • International Relations
  • Life Sciences
  • Marketing And Marketing Management
  • Mass Transfer
  • Mechanics Of Materials
  • Microbiology
  • Neet
  • Professional Communication
  • Renewable Energy
  • Sociology
  • Surveying
  • Total Quality Management
  • Uidai Aadhaar Supervisor Certification
  • Virology

Recent Questions

Q.   DIVA:OPERA

Q.   All Computers Must Have __________

Q.   Which Of The Following Statements Are Correct With Regard To....

Q.   (solve As Per The Direction Given Above)

Q.   Deficiency Of 'Thiamine' Causes

Q.   In Each Question Below A Sentence Broken Into Four Or Five P....

Q.   IRS 1A And 1B Satellites Can Carry Which Of The Following Se....

Q.   ....

Q.   For A Dc Machine Shunt Resistance And Armature Resistance Va....

Q.   ....

Q.   Who Among The Following Was The First English Man To Visit W....

Q.   Find The Correctly Spelt Word

Q.   The Color Of Fluorine Is

Q.   Rashi Went  toy Shopping With Her Mother And Saw A Toy ....

Q.   The Process Partially Responsible For The Life On Earth Is

Q.   What Is The Place Of The Indian Men's Cricket Team In The La....

Q.   ....

Q.   Match The Following: 1. Nishka (i) Later Vedic Coi....

Q.   Which Fertiliser Is Made (using Coke Oven Gas) In By Product....

Q.   ....

LakshyaEducation.in
Lakshya Education
Bhilai,Chattisgarh,India
Email: admin@lakshyaeducation.in Phone: 07893519977 (WhatsApp)

Quick Links

  • Vedic Maths
  • Quantitative Aptitude
  • Class – IX Maths
  • Class – X Maths
  • YouTube Channel
  • Maths Fast Trick
  • Blog

Our Services

  • About us
  • Privacy
  • TOS
  • Refund / Cancellation
  • Contact
  • Affiliate Program
  • Copyright © 2022 All Right Reserved | Lakshya Education     ( )
    Login / Register

    Your Account will be created automatically when you click the below Google or Facebook Login Button.
    •   Login With Facebook
    •  Login With Google
     Login With Email/Password