Welcome to your IT Test Function cannot be used for __________ statement. A. Create B. Drop C. Select D. Insert Which of the following are not advanced services? A. Data storage B. Networking C. XMLHttpRequest object D. None of the mentioned Which are usually variables that are used internally in object methods and also are globally visible variables? A. Object properties B. Variable properties C. Method properties D. Internal properties What is the purpose of the JavaScript Engine? A. Compiling the JavaScript B. Interpreting the JavaScript C. Both a and b D. None of the mentioned Which one of the following statements is used to create a table? CREATE TABLE table_name (column_name column_type); CREATE table_name (column_type column_name); CREATE table_name (column_name column_type); CREATE TABLE table_name (column_type column_name); Which of the following keyword is not associated with initialization of variable ? A. DECLARE B. SET C. SELECT D. All of the mentioned Which of the following are not advanced services? A. Data storage B. Networking C. XMLHttpRequest object D. None of the mentioned Which one of the following function is capable of reading a file into a string variable? file_contents() file_get_contents() file_content() file_get_content() PHP recognizes constructors by the name. classname() _construct() function _construct() function __construct() What is the return type of the remote server? A. HTTP Response B. HTTP Request C. Get Request D. None of the mentioned Which one of the following is the right way to define a constant? constant PI = “3.1415?; const $PI = “3.1415?; constant PI = ’3.1415'; const PI = ’3.1415'; Purpose of foreign key constraint in SQL Server is : A. FOREIGN KEY constraints identify and enforce the relationships between tables B. A foreign key in one table points to a candidate key in another table C. You cannot insert a row with a foreign key value, except NULL, if there is no candidate key with that value D. None of the mentioned What will be the output of the following php code? < ?php $num = "1"; $num1 = "2"; print $num+$num1 ; ?> 3 1+2 Error 12 The ______________ parameter identifies a character encoding, which is a method of converting a sequence of bytes into a sequence of characters. A. class B. element C. charset D. none of the mentioned Which one of the following function is capable of reading a file into an array? file() arrfile() arr_file() file_arr() Name Email Phone Number Time's up