What does it mean to be case sensitive?
No Answer is Posted For this Question
Be the First to Post Answer
Write command to import an mysql file?
what is the querry for all managers salary?
What is username in mysql?
What is the current root password of mysql?
How to change a password for an existing user via mysqladmin?
Explain csv tables.
How to delete an existing column in a table?
How do I clear the screen in mysql?
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
What are the other commands to know the structure of table using MySQL commands except explain command?
Is mysql still popular?
how to show all records starting with the letters 'sonia' and the phone number '9876543210' limit to records 1 through 5.