Test: SQL - Computer Science Engineering (CSE) MCQ


Test Description

10 Questions MCQ Test Question Bank for GATE Computer Science Engineering - Test: SQL

Test: SQL for Computer Science Engineering (CSE) 2024 is part of Question Bank for GATE Computer Science Engineering preparation. The Test: SQL questions and answers have been prepared according to the Computer Science Engineering (CSE) exam syllabus.The Test: SQL MCQs are made for Computer Science Engineering (CSE) 2024 Exam. Find important definitions, questions, notes, meanings, examples, exercises, MCQs and online tests for Test: SQL below.
Solutions of Test: SQL questions in English are available as part of our Question Bank for GATE Computer Science Engineering for Computer Science Engineering (CSE) & Test: SQL solutions in Hindi for Question Bank for GATE Computer Science Engineering course. Download more important topics, notes, lectures and mock test series for Computer Science Engineering (CSE) Exam by signing up for free. Attempt Test: SQL | 10 questions in 30 minutes | Mock test for Computer Science Engineering (CSE) preparation | Free important questions MCQ to study Question Bank for GATE Computer Science Engineering for Computer Science Engineering (CSE) Exam | Download free PDF with solutions
Test: SQL - Question 1

Which SQL function is used to count the number of rows in a SQL query?

Detailed Solution for Test: SQL - Question 1

COUNT(*) takes null value row in to consideration.

Test: SQL - Question 2

Which of the following SQL clauses is used to DELETE tuples from a database table?

Detailed Solution for Test: SQL - Question 2

The SQL DELETE Query is used to delete the existing records from a table.

1 Crore+ students have signed up on EduRev. Have you? Download the App
Test: SQL - Question 3

Which of the following is not a DDL command?

Detailed Solution for Test: SQL - Question 3

Data definition language (DDL) commands enable you to perform the following tasks:Create, alter, and drop schema objects.

Test: SQL - Question 4

________________ is not a category of SQL command.

Detailed Solution for Test: SQL - Question 4

SQL commands can be used not only for searching the database but also to perform various other functions.They are DDL,DML,TCL and DCL.

Test: SQL - Question 5

What is the purpose of the SQL AS clause?

Detailed Solution for Test: SQL - Question 5

SQL Aliases are defined for columns and tables. Basically aliases are created to make the column selected more readable.

Test: SQL - Question 6

What is the full form of SQL?

Detailed Solution for Test: SQL - Question 6

SQL is a programming language used for managing data in a relational database management system. It is pronounced as See-Qwell.

Test: SQL - Question 7

Which of the following is not a DDL command?

Detailed Solution for Test: SQL - Question 7

DDL commands are used to define the structure of the database, table, schemas, etc. It enables us to perform the operations like CREATE, DROP, ALTER, RENAME, and TRUNCATE schema objects.
An UPDATE command is used for managing the data stored in a database. It is an example of a DML command that also includes the INSERT and DELETE commands.

Test: SQL - Question 8

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

Detailed Solution for Test: SQL - Question 8

TRUNCATE statement removes all rows in a table without logging the individual row deletions. It uses fewer system and transaction log resources, which makes its execution fast. This statement is similar to the DELETE statement without the WHERE clause.

Test: SQL - Question 9

How many Primary keys can have in a table?

Detailed Solution for Test: SQL - Question 9

The primary key can consist of a single or combination of the field that uniquely identifies each record in a table. It cannot be null or empty. A table may have duplicate columns, but it can contain only one primary key.

Test: SQL - Question 10

Which of the following is not Constraint in SQL?

Detailed Solution for Test: SQL - Question 10

Constraint specifies the rule to allow or restrict what data will be stored in a table. The PRIMARY KEY, NOT NULL, and CHECK are the constraints that specify rules for data insertion.
UNION is an operator that combines two or more results from multiple SELECT queries into a single result set.

63 videos|7 docs|165 tests
Information about Test: SQL Page
In this test you can find the Exam questions for Test: SQL solved & explained in the simplest way possible. Besides giving Questions and answers for Test: SQL, EduRev gives you an ample number of Online tests for practice

Top Courses for Computer Science Engineering (CSE)

Download as PDF

Top Courses for Computer Science Engineering (CSE)