If we create a column with data type VARCHAR(3), what would
we expect to see in MySQL table?
Answer Posted / sivateja
through check command in mysql
Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How do I import database through command line?
How do I assign a variable in mysql?
What is view? How can you create and drop view in mysql?
Create table employee (eno int(2),ename varchar(10)) ?
What is mysql slow query?
What is the difference between truncate and delete in mysql?
Does uninstalling mysql delete database?
What are the other commands to know the structure of a table using mysql commands except explain command?
What is mysql community edition?
What is the difference between float and double?
What is required to create mysql database?
What is a select query?
How would you get the current date in mysql?
How do I start and stop mysql on windows?
How do you select a table?