Post Test Modul 4 APSI

Post Test Modul 4 APSI

University

15 Qs

quiz-placeholder

Similar activities

SQL Queries

SQL Queries

University

10 Qs

Relational database

Relational database

University

12 Qs

Introduction to Database

Introduction to Database

University

10 Qs

Apache Hive - Introduction

Apache Hive - Introduction

University

15 Qs

Information Management - QUIZ

Information Management - QUIZ

University

20 Qs

POST-TEST MODUL 3 CRUDE

POST-TEST MODUL 3 CRUDE

University

10 Qs

DBMS LAB

DBMS LAB

University

20 Qs

SQL

SQL

University

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