Multiple Choice
Which one of the following statements is used to create a table?
A) CREATE TABLE table_name (column_namecolumn_type) ;
B) CREATE table_name (column_typecolumn_name) ;
C) . CREATE table_name (column_namecolumn_type) ;
D) . CREATE TABLE table_name (column_typecolumn_name) ;
Correct Answer:

Verified
Correct Answer:
Verified
Q15: A _ is a server that manages
Q16: A cookie is a small file that
Q17: the switch statement is used to perform
Q18: Which one of the following databases has
Q19: Which one of the following statements should
Q20: The long form of SQL is _.<br>A)Structural
Q21: mysql_close() is use to _database(wamp) in php
Q22: die(mySQL_error()) is used to show _ message
Q23: Which is the comment symbol in mysql?<br>A)&&<br>B)/*….*/<br>C)#<br>D)%
Q24: In PHP $Icon=mySQL_connect("localhost","root","") is used to _