Post Test Modul 4 APSI

Post Test Modul 4 APSI

University

15 Qs

quiz-placeholder

Similar activities

Cloud Architecting - Week 5

Cloud Architecting - Week 5

University

20 Qs

SQL

SQL

University

18 Qs

Introduction to database systems

Introduction to database systems

University

10 Qs

DBMS

DBMS

University

15 Qs

POST-TEST MODUL 3 CRUDE

POST-TEST MODUL 3 CRUDE

University

10 Qs

PEMROGRAMAN WEB

PEMROGRAMAN WEB

University

20 Qs

php mysql

php mysql

University

10 Qs

JDBC

JDBC

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?