What is mysqli_num?



What is mysqli_num?..

Answer / Muneeb Ur Rehman

mysqli_num is not a defined function in PHP's MySQL extension. It seems there might be a typo or confusion with another function like mysqli_num_rows which returns the number of rows affected by an SQL statement.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

What is pdo in mysql?

1 Answers  


how to display only 4 records from a table based on a condition for ex i have a table called products in that nid,prodname are fields i want to display only any 4 records of perticular product plz tell me

6 Answers  


What is mysql database extension?

1 Answers  


How many triggers are possible in mysql?

1 Answers  


How to find second highest salary from a table?

1 Answers  


How can you retrieve a portion of any column value by using a select query?

1 Answers  


How much does mysql cost?

1 Answers  


How do I save in mysql?

1 Answers  


How do you know if your mysql server is alive?

1 Answers  


What does innodb stand for?

1 Answers  


What is a tinyint in mysql?

1 Answers  


when i declare date data type in sql ,i inserted the date 22-10-2012,but my result is in different date 1894-07-11 any one pls help me what's wrong in my query Create table orders(od_id int,od_name varchar(10),od_date date) insert into orders values(1,'sai',22-10-2012) and any one pls suggest what i can learn for 3 years real time experenice in sql because i am looking for database field

1 Answers  


Categories