TN Online TestSamacheer Kalvi practice

12th Standard Computer Science — Structured Query Language (SQL): Additional 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 — 15 questions available.

Set up your test

Time remaining00:00
Q1
What was the original name of the Structured Query Language (SQL) when it was developed at IBM's Research centre in the early 1970s?
Q2
According to the textbook, in which year was the latest SQL standard mentioned released?
Q3
Relational Database Management Systems (RDBMS) include functions related to Create, Read, Update, and Delete operations. What is the collective abbreviation used for these operations?
Q4
Which processing skill of SQL includes commands that allow users to define views of tables?
Q5
Which of the following is a function performed by the Data Definition Language (DDL) in SQL?
Q6
What type of DML requires a user to specify what data is needed without specifying how to get it?
Q7
Which of the following SQL commands is classified under the Data Control Language (DCL)?
Q8
Which command is used to restore the database to the last committed state or jump to a particular savepoint?
Q9
In SQL data types, which type represents a double-precision floating point number where the base 10 exponential precision exceeds 64?
Q10
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?
Q11
According to the textbook, the UNIQUE constraint can be applied only to fields that have also been declared as which of the following?
Q12
In a CREATE TABLE statement, where is a table constraint (which applies to a group of fields) normally specified?
Q13
In the textbook's example showing the DEFAULT constraint on the Student table, what default age is assigned to the 'Age' field?
Q14
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?
Q15
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 Practice TestInteractive · instant score Book Back TestTest yourself on the textbook 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