These are some of the php and mysql interview questions i faced:
> difference between HAVING and WHERE clause in mysql
> how can you interchange the genders of male and female in a mysql table having the column gender with values 'male' and 'female'
(refer: http://stackoverflow.com/questions/8400617/mysql-replace-values-in-a-table)
> What is the use of singleton class in php
> difference between HAVING and WHERE clause in mysql
> how can you interchange the genders of male and female in a mysql table having the column gender with values 'male' and 'female'
(refer: http://stackoverflow.com/questions/8400617/mysql-replace-values-in-a-table)
> What is the use of singleton class in php
Comments
Post a Comment