Post Test Modul 4 APSI

Post Test Modul 4 APSI

University

15 Qs

quiz-placeholder

Similar activities

Types of Databases

Types of Databases

University

11 Qs

Test 01 Introduction to DBMS

Test 01 Introduction to DBMS

University

20 Qs

INTRODUCTION TO DATABASE SYSTEM

INTRODUCTION TO DATABASE SYSTEM

University

10 Qs

Normalization

Normalization

University

12 Qs

DBMS

DBMS

University

15 Qs

Pemrograman PHP Dasar

Pemrograman PHP Dasar

University

20 Qs

Q2 - Info. Mgt

Q2 - Info. Mgt

University

10 Qs

DBMS QUIZ-1

DBMS QUIZ-1

University

20 Qs

Post Test Modul 4 APSI

Post Test Modul 4 APSI

Assessment

Quiz

Computers

University

Hard

Created by

Farida Hanum

Used 28+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

System that is used when it wants to display the results of reports from a data analysis in the form of tabular, graphs and calculation results?

REPORT

SELECT

CREATE

DATABASE

2.

FILL IN THE BLANK QUESTION

10 sec • 1 pt

An extract from the database which results can be directly printed through the printer media or ...... to the monitor screen.

3.

FILL IN THE BLANK QUESTION

10 sec • 1 pt

In MySQL, we can easily add numbers using the ...... command (column) but in some cases, this command can not be used.

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

FILL THE BLANK

$conn = new PDO ("mysql:host=..............", $username, $password);

$servername, $dbname

$dbname; $servername

$servername, dbname

$servername; dbname

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

To return a result set as an array indexed by column name using?

$sql = 'SELECT name, color, calories FROM fruit ORDER BY name'

$row ->setFetchMode(PDO: :FETCH_ASSOC);

$row = $pdo->query($sql)

$conn = new PDO (“mysql:host=$servername; dbname”, $username,

$password);

6.

FILL IN THE BLANK QUESTION

10 sec • 1 pt

Connections to the database are made with?

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Construct a statement and execute it by using the query() method of PDO object...

CREATE

UPDATE

SELECT

INSERT

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?