1. |
Which type of database management system is MySQL? (કયા પ્રકારનો ડેટાબેઝ MySQL મેનેજમેન્ટ સિસ્ટમ છે?)
|
||||||||
Answer:
Option (c) |
2. |
MySQL is freely available and is open source. (MySQL એ freely available છે અને તે ઓપન સોર્સ છે.)
|
||||
Answer:
Option (a) |
3. |
What represents a ‘tuple’ in a relational database? (રિલેશનલ ડેટાબેસમાં 'tuple' શું રજૂ કરે છે?)
|
||||||||
Answer:
Option (b) |
4. |
Which key declares that an index in one table is related to that in another? (કઈ કી declare કરે છે કે એક ટેબલનો index બીજામાં તે ટેબલ સાથે related છે?)
|
||||||||
Answer:
Option (c) |
5. |
AUTO_INCREMENT columns must be NOT NULL. (AUTO_INCREMENT columns NULL હોવા જોઈએ નહીં.)
|
||||
Answer:
Option (a) |
6. |
Which of these values is not valid as an AUTO_INCREMENT value? (આમાંથી કઈ વેલ્યુ AUTO_INCREMENT તરીકે valid નથી?)
|
||||||||
Answer:
Option (a) |
7. |
The die() and exit() functions do the exact same thing. (die() અને exit() ફંક્શન્સ સરખું જ કામ કરે છે.)
|
||||
Answer:
Option (a) |
8. |
Which keyword is used to create a database? (ડેટાબેઝ create કરવા માટે કયા કીવર્ડનો ઉપયોગ થાય છે?)
|
||||||||
Answer:
Option (a) |
9. |
Use the ________ to delete the data inside the table, and not the table itself? (ટેબલને નહીં પણ ટેબલની અંદરનો ડેટા delete કરી નાખવા માટે ________ નો ઉપયોગ થાય છે?)
|
||||||||
Answer:
Option (c) |
10. |
The updated MySQL extension released with PHP 5 is typically referred to as ________. (PHP 5 સાથે refer update થયેલ MySQL એક્સ્ટેંશનને સામાન્ય રીતે _______ તરીકે ઓળખવામાં આવે છે.)
|
||||||||
Answer:
Option (c) |