1. |
Which one of the following databases has PHP supported almost since the beginning?
|
||||||||
Answer:
Option (c) |
2. |
Which one of the following statements is used to create a table?
|
||||||||
Answer:
Option (a) |
3. |
Which one of the following statements is used to create a database?
|
||||||||
Answer:
Option (b) |
4. |
Which one of the following is not a function to access the result generated in PHP
|
||||||||
Answer:
Option (b) |
5. |
If you want to access the result generated by query using numberic index which method can be used
|
||||||||
Answer:
Option (a) |
6. |
If you want to access the result generated by query using string index which method can be used
|
||||||||
Answer:
Option (c) |