how many table created when we create a table in mysql?
Answer Posted / jyoti
At time only 1 table we have create.
if we open 2 command prompt than we create 2 tables at time
but 2 different cmd.
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the difference between char and varchar in mysql?
How to create a trigger in mysql?
What is mysql and how it works?
Write a query to create a database and a table?
What is mysql_connect?
What are the technical features of MySQL?
How to create a new view in mysql?
how you will show all records not containing the name "sonia" and the phone number '9876543210' order by the phone_number field.
I've looked but can't find a MySQL equivalent for MS SQL's xp_cmdshell. I have 7z files that I want to unzip and load into MySQL. I'm trying to write a sp to do the unzip, but I can't find a way to do that. Can anyone provide an example of a similar process in Windows? TIA.
When to use order by in delete statement?
How to give user privilages for a db. Login as root. Switch to the mysql db. Grant privs. Update privs.
how can you test for null values in a database? : Mysql dba
Is there a free version of mysql?
How can we get total number of records by query in mysql?
What is int mysql?