sql queries

sql queries

11th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Latihan Soal Assesmen Sumatif

Latihan Soal Assesmen Sumatif

11th Grade

10 Qs

CA - Chapter 3 Book back

CA - Chapter 3 Book back

12th Grade

10 Qs

Database fundamentals III

Database fundamentals III

11th Grade

8 Qs

Banco Dados - Estrutura e linguagem

Banco Dados - Estrutura e linguagem

12th Grade

11 Qs

Programming Paradigms

Programming Paradigms

12th Grade

10 Qs

วิทยาการคำนวณม.5 เรื่อง ภาษาคอมพิวเตอร์

วิทยาการคำนวณม.5 เรื่อง ภาษาคอมพิวเตอร์

9th - 12th Grade

15 Qs

SQL Quiz - La Select

SQL Quiz - La Select

12th Grade - University

12 Qs

Latihan SQL

Latihan SQL

11th Grade

10 Qs

sql queries

sql queries

Assessment

Quiz

Computers

11th - 12th Grade

Hard

Created by

janathul firthouse

Used 5+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

1.Write two examples of DML commands to SQL. (All India 2014C)

Insert

select

create

drop

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

When using the LIKE clause, which wildcard symbol represents any sequence of none, one or more characters? (All India 2014c)

Answer explanation

The % wildcard symbol is used in LIKE clause to represent any sequence of none, one or more characters.

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Write the UPDATE statement in MySQL to increase commission by 100.00 in the “Commission” column in the ‘EMP’ table. (All India 2014C)

Answer explanation

UPDATE EmpSET Commission = Commission +100;

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Rewrite the following SQL statement after correcting the error(s). Underline the corrections made. (All India 2014C)

INSERT IN STUDENT(RNO, MARKS)

VALUEC5, 78.5);

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

TCL Is a type of SQL commands stands for

transfer control language

transaction control language.

transaction cardinal language

type core language

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An attribute in a relation is a foreign key if it is the ______ key in any other relation.

(a) Candidate

(b) Primary

(c) Super

(d) Sub

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A ____ is a property of the entire relation, which ensures through its value that each tuple is unique in a relation.

(a) Rows

(b) Key

(c) Attributes

(d) Fields

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?