SQL - Function n Joins

SQL - Function n Joins

12th Grade

15 Qs

quiz-placeholder

Similar activities

sql queries - 2

sql queries - 2

12th Grade

20 Qs

Relational Database Terminology

Relational Database Terminology

10th - 12th Grade

10 Qs

SQL functions

SQL functions

11th - 12th Grade

10 Qs

Database Normalization

Database Normalization

12th Grade - University

14 Qs

L3 IT Unit 2 Databases: Normalisation

L3 IT Unit 2 Databases: Normalisation

12th Grade - University

18 Qs

Database Relationships

Database Relationships

10th - 12th Grade

10 Qs

SQL Concept with Prac Q

SQL Concept with Prac Q

12th Grade

10 Qs

DBMS

DBMS

12th Grade

20 Qs

SQL - Function n Joins

SQL - Function n Joins

Assessment

Quiz

Computers

12th Grade

Medium

Created by

nitin.43545 Aviral

Used 4+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Count() is which kind of function?

Single Row Function

Many Row Function

Multi row function

None

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Correct difference between count() and count (*) function is ....

count () will count total no. of values/null values in an attribute.

count (*) will count total no. of values in an attribute.

count () will count total no. of null values in an attribute.

count (*) will count total no. of values/null values in an attribute.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is use to display all tables/ relations in a database?

Show Databases

Show Tables

Display Tables

Display Databases

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not an aggregate function in mysql?

lower()

avg()

min()

max()

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Write query to display all employee records whose city is not mentioned in city column.

Table name : Employee

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a constraint?

Unique

Primary Key

Not Null

Candidate key

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be best suited for Constraints:

fixed values

check or condition on an attribute

keyword

Reserve words

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?