Dynamic Web Page Development (3350702) MCQs

MCQs of Establishing a Database Connection and Working With Database

Showing 1 to 10 out of 33 Questions
1.

Which type of database management system is MySQL?

(કયા પ્રકારનો ડેટાબેઝ MySQL મેનેજમેન્ટ સિસ્ટમ છે?)

(a)

Object-oriented

(b)

Hierarchical

(c)

Relational

(d)

Network

Answer:

Option (c)

2.

MySQL is freely available and is open source.

(MySQL એ freely available છે અને તે ઓપન સોર્સ છે.)

(a)

TRUE

(b)

FALSE

Answer:

Option (a)

3.

What represents a ‘tuple’ in a relational database?

(રિલેશનલ ડેટાબેસમાં 'tuple' શું રજૂ કરે છે?)

(a)

Table

(b)

Row

(c)

Column

(d)

Object

Answer:

Option (b)

4.

 Which key declares that an index in one table is related to that in another?

(કઈ કી declare કરે છે કે એક ટેબલનો index બીજામાં તે ટેબલ સાથે related છે?)

(a)

primary

(b)

secondary

(c)

foreign

(d)

cross

Answer:

Option (c)

5.

AUTO_INCREMENT columns must be NOT NULL.

(AUTO_INCREMENT columns NULL હોવા જોઈએ નહીં.)

(a)

TRUE

(b)

FALSE

Answer:

Option (a)

6.

Which of these values is not valid as an AUTO_INCREMENT value?

(આમાંથી કઈ વેલ્યુ AUTO_INCREMENT તરીકે valid નથી?)

(a)

0

(b)

1

(c)

2

(d)

3

Answer:

Option (a)

7.

The die() and exit() functions do the exact same thing.

(die() અને exit()  ફંક્શન્સ સરખું જ કામ કરે છે.)

(a)

TRUE

(b)

FALSE

Answer:

Option (a)

8.

Which keyword is used to create a database?

(ડેટાબેઝ create કરવા માટે કયા કીવર્ડનો ઉપયોગ થાય છે?)

(a)

CREATE

(b)

SET

(c)

SETUP

(d)

LINK

Answer:

Option (a)

9.

Use the ________ to delete the data inside the table, and not the table itself?

(ટેબલને નહીં પણ ટેબલની અંદરનો ડેટા delete કરી નાખવા માટે ________ નો ઉપયોગ થાય છે?)

(a)

DROP TABLE

(b)

DELETE TABLE

(c)

TRUNCATE TABLE

(d)

REMOVE TABLE

Answer:

Option (c)

10.

The updated MySQL extension released with PHP 5 is typically referred to as ________.

(PHP 5 સાથે refer update થયેલ MySQL એક્સ્ટેંશનને સામાન્ય રીતે _______ તરીકે ઓળખવામાં આવે છે.)

(a)

MySQL

(b)

mysql

(c)

mysqli

(d)

mysqly

Answer:

Option (c)

Showing 1 to 10 out of 33 Questions