Database Introduction

Database Introduction

8th Grade

8 Qs

quiz-placeholder

Similar activities

Review Materi Informatika

Review Materi Informatika

1st Grade - University

10 Qs

Nang Ning Nung Data Base

Nang Ning Nung Data Base

1st Grade - University

10 Qs

DBMS

DBMS

7th - 10th Grade

10 Qs

SQL QUIZ

SQL QUIZ

8th Grade

10 Qs

DBMS- CLASS8 CBSE

DBMS- CLASS8 CBSE

7th - 10th Grade

10 Qs

Stage 7A - MYSQL QUIZ-Feb code file

Stage 7A - MYSQL QUIZ-Feb code file

7th Grade - University

10 Qs

IBA Chapter 6 (2 of 2)

IBA Chapter 6 (2 of 2)

8th Grade

12 Qs

Database

Database

4th - 10th Grade

8 Qs

Database Introduction

Database Introduction

Assessment

Quiz

Computers

8th Grade

Medium

Created by

kamal apandy

Used 30+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

What is File-based database?

A database is a comprehensive collection of related data organized for convenient access

Collection of application programs that perform services for the end users (e.g. reports)

Shared collection of logically related data

Designed to meet the information needs of an organization and accessible through a network

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which is not a type of Database?

Oracle

Microsoft Access

MySQL

Microsoft Outlook

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which is the type of Database Engine used in our class

MongoDB

MySQL

MariaDB

PostgreSQL

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What MYSQL Cannot Do?

SQL Can Create Beautiful Application

SQL can insert records in a database

SQL can update records in a database

SQL can delete record from a database

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the syntax to create a connection to database?

mysqli_create

mysqli_start

mysqli_connect

mysqli_open

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

What is "pbu" stand for?

Connection table

Database name

Connection name

Database table

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the syntax for selecting data from tables?

mysqli_fetch_assoc

mysqli_fetch_array

mysqli_connect($link,"SELECT * FROM mydb");

mysqli_query($link,"SELECT * FROM mydb");

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

the following are characteristics of MYSQL database EXCEPT

MYSQL can be used by multiple people at one time

MYSQL has licensing fees

handle large databases with many transactions

MySQL is compatible with most operating system