MELINIA - SEQUELVERSE - ROUND 1

MELINIA - SEQUELVERSE - ROUND 1

University

30 Qs

quiz-placeholder

Similar activities

Base de Datos Conceptos

Base de Datos Conceptos

University

25 Qs

SQL MIDTERM EXAM

SQL MIDTERM EXAM

University

25 Qs

Quiz on Aggregate Functions in SQL

Quiz on Aggregate Functions in SQL

University

25 Qs

Uji Pemahaman Basis Data

Uji Pemahaman Basis Data

University

28 Qs

Pretest DBMS

Pretest DBMS

University

25 Qs

CertyIQ - Google - Prof Data Eng - pt 7

CertyIQ - Google - Prof Data Eng - pt 7

University

30 Qs

Dr Kalyan's - Quiz on Dbase & SQL

Dr Kalyan's - Quiz on Dbase & SQL

University

30 Qs

GDSC INTRODUCTION SESSION 2023 - 2024

GDSC INTRODUCTION SESSION 2023 - 2024

University

25 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?