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