MELINIA - SEQUELVERSE - ROUND 1

MELINIA - SEQUELVERSE - ROUND 1

University

30 Qs

quiz-placeholder

Similar activities

Chapter 4 - SQL Basics Quiz

Chapter 4 - SQL Basics Quiz

University

30 Qs

DATATRIX

DATATRIX

University

30 Qs

UAS Basis Data 2

UAS Basis Data 2

University

25 Qs

Access

Access

KG - University

30 Qs

Eam Q & A DBMS (1)

Eam Q & A DBMS (1)

University

30 Qs

subquery

subquery

University

26 Qs

ORACLE_JR_SERIES_1

ORACLE_JR_SERIES_1

University

25 Qs

SQL

SQL

University

35 Qs

MELINIA - SEQUELVERSE - ROUND 1

MELINIA - SEQUELVERSE - ROUND 1

Assessment

Quiz

Computers

University

Hard

Created by

Shruthijeya J

Used 2+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which SQL statement is used to limit the number of results returned from a query?

Fetch

Count

Limit

Top

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt


  1. Which of the following statements is true concerning routines and triggers?

Both consist of procedural code

Both have to be called to operate.

Both run automatically.

Both are stored in the database

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

  1. SELECT COUNT(DISTINCT department) FROM employees;

What does this query calculate?


The total number of employees in each department

The number of distinct departments in the "employees" table

 The total number of employees in the "employees" table

The number of distinct employees

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Embedded SQL is which of the following?

Hard-coded SQL statements in a program language such as Java

The process of making an application capable of generating specific SQL code on the fly

Hard-coded SQL statements in a procedure

Hard-coded SQL statements in a trigger

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is not a built-in function in SQL

DATE_ADD( )

 DATE_SUB( )

DATE_DIFF( )

DATE_FORMAT( )

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

  1. When the SQL query is executed the result is?

A blank screen

A table

 A row

All of these

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the below is an invalid query

SELECT Unique(name) FROM DataFlair;

SELECT * FROM DataFlair Where experience!=0;


Select name FROM DataFlair;

None of these

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?