St. Britto Hr. Sec. School - Madurai
12th Computer Science Monthly Test - 1 ( Structured Query Language (SQL) )-Aug 2020
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Write the difference between table constraint and column constraint?
-
List few RDBMS packages.
-
How will you include aggregate function on the group created in a table using GROUP BY
clause? -
How will you frame the commands to work on database?
-
Write the different categories of SQL commands.
-
Write any three DDL commands.
-
-
How will set a primary key for more than one field? Explain with example.
-
Define Data Control Language and also list the command under this.
-
-
Write a SQL statement to modify the student table structure by adding a new field.
-
How will you generate queries and retrieve data from the table? Explain?
-
Which constraint helps to set a limit value placed for a field?
-
Write a SQL statement using DISTINCT keyword.
-
List the data types used in SQL.
-
Write the use of Savepoint command with an example.
-
Write the processing skills of SQL.
-
-
Explain TCL commands in detail.
-
Construct the following SQL statements in the student table-
(i) SELECT statement using GROUP BY clause.
(ii) SELECT statement using ORDER BY clause.
-
-
Write the different types of constraints and their functions.
-
Explain ALTER command in detail.
-
What are the components of SQL? Write the commands in each.