Which version of PHP supports MySQLifuctions?
1/1
Version 3.0
Version 4.0
Version 5.0
Which of the following is not an RDBMS?
0/1
Oracle
IBM DB2
Microsoft SQL Server
SQL Server is developed by
0/1
Sun Micro Systems
IBM
Oracle
Say True or False: Data is important to all computer and Internet related applications.
0/1
Which is the correct function to execute the SQL queries in PHP ?
0/1
mysql_query(“Connection Object”,”SQL Query”)
query(“Connection Object”,”SQL Query”)
mysqli_query(“Connection Object”,”SQL Query”)
DB2 s developed by __
0/1
IBM
Oracle
Sun Micro Systems
Which is the correct function Closing Connection in PHP ?
0/1
close(“Connection Object”);
;
mysqli_close(“Connection Object”);
mysql_close(“Connection Object”);
mysqli_close(“Database Object”)
Choose the Incorrect Sentences
0/1
mysqli_connect() function is used to connect to database server
The main goal of HTML and PHP connectivity is to retrieve and manipulate the data
If connection gets fail, output will be printed with MySQL error code.
If connection gets true, there is no output to display.
Say True or False: MySQLi is a markup language
1/1
How many parameter are required for MYSQLiClose function in PHP ?
0/1
____is important to all computer and Internet related applications
1/1
How many parameter are required for MYSQLiquery function in PHP ?
0/1
How Can we Create a Database Using PHP and MySQL?
0/1
Which one is correct way, we can retrieve the data in the result set of MySQL using PHP?
0/1
mysql_fetch_array
mysql_fetch_row.
mysql_fetch_object
Connection to the Database Server machine via PHP scripting language using_____Function.
0/1
mysqli_affected_rows()
mysqli_connect_error()
mysqli_fetch_assoc()
Which is the not a correct MySQL Function in PHP ?
1/1
Which one of the following statements instantiates the mysqli class?
0/1
$mysqli = new mysqli()
$mysqli->new.mysqli()
mysqli = new mysqli()
Which is the correct function to establish Connection in PHP ?
1/1
mysqli_connect (“Database Object”);
connect(“Server Name “,”User Name”,”Password”,”DB Name”);
mysql_connect(“Server Name “,”User Name”,”-Password”,”DB Name”);
mysqli_connect(“Server Name “,”User Name”,”-Password”,”DB Name”);
Choose incorrect sentences:
0/1
Only twenty Percentage of Website has been built by PHP and MySQL
PHP is a server-side scripting language designed for Web development.
Data is important to all computer and Internet related applications.
PHP is Open source & Community support scripting language
How many parameter are required for MYSQLi connect function in PHP ?
0/1
Relational Data Management System
Relational Database Management System
Relational Database Management Support
choose the incorrect Sentences
0/1
Major of the web servers can support PHP scripting language
PHP can embed easily with HTML and client side scripting language
mysqli_connect() function requires two parameters to connect to database server.
PHP has built-in function which is easily connect to MySQL database
_______ Function is used to close an existing opened database connection between PHP scripting and MySQL Database Server.
0/1
mysqli_connect_error()
mysqli_query()
mysqli_close()
____is a function, helps to execute the SQL query statements in PHP scripting language
1/1
mysqli_query()
mysqli_close()
mysqli_connect_error()
Pick the odd man out from the following
1/1