can you tell what are the different set operations available in mysql? : Mysql dba
Create table employee (eno int(2),ename varchar(10)) ?
What is the purpose of using timestamp data type?
what is the size of date datatype in sql?
What is mysql connection limit?
Which is faster innodb or myisam?
How to calculate the difference between two dates?
Query to select passwords from a table having a column "Password" Whose length is b/w 8 &15 and having 'A' as the first character in the password irrespective of case.
How do I find users in mysql?
How do we use % when performing a search query?
How to update database permissions/privilages.
Can you tell the difference between ereg_replace() and eregi_replace()?
How to create a table index in mysql?