What does mysql_query return?



What does mysql_query return?..

Answer / Somendra Pandey

mysql_query returns a resource on success representing the result of the executed query. If an error occurs, FALSE is returned.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

How to use like conditions?

1 Answers  


Can we write pl sql mysql?

1 Answers  


How we can create index in mysql?

1 Answers  


What does it mean to be case sensitive?

1 Answers  


How do you prevent MySQL from caching a query?

1 Answers  


What is the default port for mysql and how it can change?

1 Answers  


What are string data types?

1 Answers  


What could be the reason that the mysql statement 'select avg (salary) from emp' generates an inaccurate output?

1 Answers  


What causes mysql too many connections?

1 Answers  


What is indexing in mysql?

1 Answers  


What is cursor in mysql?

1 Answers  


How do I download mysql?

1 Answers  


Categories