How to create table show example



How to create table show example..

Answer / Rahul Kumar Verma

CREATE TABLE `example_table` (n `id` INT AUTO_INCREMENT PRIMARY KEY,n `column1` VARCHAR(255) DEFAULT NULL,n `column2` INT DEFAULT 0n);

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

How large can a mysql table be?

1 Answers  


What is a join in mysql?

1 Answers  


Does adding an index lock a table?

1 Answers  


What is mysql enterprise edition?

1 Answers  


What is ntext?

1 Answers  


What is query log in mysql?

1 Answers  


How do I rename a procedure?

1 Answers  


How do I insert an image into mysql workbench?

1 Answers  


List some comparisons operators used in mysql?

1 Answers  


What are the limitations of mysql?

1 Answers  


How can we repair a MySQL table?

2 Answers   Infosys,


at first i'm using datediff('d', a.due_date, current_date); but it takes too long to get the result but how can i subtract the current_date - a.due_date and still get the same result like when i use datediff? thank you

1 Answers  


Categories