TN Online TestSamacheer Kalvi practice

12th Standard Computer Science — Structured Query Language (SQL): Online Practice Test

Share this chapter: Telegram

Pick how many questions you want and set a time limit, then start. You'll get your score at the end with the correct answer and an explanation for every question. Free, in Tamil and English — 20 questions available.

Set up your test

Time remaining00:00
Q1
Which SQL commands provide definitions for creating table structures, deleting relations, and modifying relation schemas?
Q2
Which command lets you change the structure of a table?
Q3
Which of the following commands deletes a table along with its structure?
Q4
Queries can be generated using which of the following commands?
Q5
Which clause is used to sort data in a database?
Q6
What was the original name of the Structured Query Language (SQL) when it was developed at IBM's Research centre in the early 1970s?
Q7
According to the textbook, in which year was the latest SQL standard mentioned released?
Q8
Relational Database Management Systems (RDBMS) include functions related to Create, Read, Update, and Delete operations. What is the collective abbreviation used for these operations?
Q9
Which processing skill of SQL includes commands that allow users to define views of tables?
Q10
Which of the following is a function performed by the Data Definition Language (DDL) in SQL?
Q11
What type of DML requires a user to specify what data is needed without specifying how to get it?
Q12
Which of the following SQL commands is classified under the Data Control Language (DCL)?
Q13
Which command is used to restore the database to the last committed state or jump to a particular savepoint?
Q14
In SQL data types, which type represents a double-precision floating point number where the base 10 exponential precision exceeds 64?
Q15
When two or more constraints, such as NOT NULL and UNIQUE, are applied to a single field in a table, what is this known as?
Q16
According to the textbook, the UNIQUE constraint can be applied only to fields that have also been declared as which of the following?
Q17
In a CREATE TABLE statement, where is a table constraint (which applies to a group of fields) normally specified?
Q18
In the textbook's example showing the DEFAULT constraint on the Student table, what default age is assigned to the 'Age' field?
Q19
When the DISTINCT keyword is used in a SELECT query, how many NULL values are returned even if more than one NULL value exists in that column?
Q20
What is the default sorting order of the ORDER BY clause in an SQL statement?

More for this chapter

Book Back Questions5 textbook MCQs · solved Additional MCQs15 extra MCQs · solved Book Back TestTest yourself on the textbook set Additional MCQ TestTest yourself on the extra set Study NotesConcepts & methods Formula SheetAll key formulas

About this Structured Query Language (SQL) test

This free online practice test covers Structured Query Language (SQL) from the 12th Standard Computer Science (Samacheer Kalvi) syllabus. Choose the number of questions and an optional time limit, then answer and submit — everything is checked in your browser, with the correct answers and a worked explanation shown at the end. For the full solutions to every question in this set, see the solved MCQs page.

More chapters in Computer Science

View all
1 Function 2 Data Abstraction 3 Scoping 4 Algorithmic Strategies 5 Python -Variables and Operators 6 Control Structures 7 Python functions 8 Strings and String manipulation 9 Lists, Tuples, Sets and Dictionary 10 Python Classes and objects 11 Database Concepts 13 Python and CSV files 14 Importing C++ programs in Python. 15 Data manipulation through SQL 16 Data visualization using pyplot: line chart, pie chart and bar chart