How do you create a table in mysql workbench?



How do you create a table in mysql workbench?..

Answer / Prashant Kumar Sharma

To create a table in MySQL Workbench, follow these steps:
1. Click on the 'Schema' tab.
2. Right-click on the desired database and select 'New Table'.
3. Enter the table name, columns with their data types, and constraints.
4. Save the table by clicking on the 'Apply' button.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

What is the use of mysqli_fetch_array?

1 Answers  


What is procedure in mysql?

1 Answers  


How does mysql store binary data?

1 Answers  


how do i list constraints in my database by using sql server2000?

1 Answers  


How to returns the columns and column information pertaining to the designated table.

1 Answers  


What is meant by decimal (5,2)?

1 Answers  


can you tell what are the different set operations available in mysql? : Mysql dba

1 Answers  


Write a command to list all databases in mysql?

1 Answers  


How do you prevent MySQL from caching a query?

1 Answers  


What are the advantages of mysql in comparison to oracle?

1 Answers  


How do I use mysql?

1 Answers  


what are the optimization techniques for Query optimization performance issues and faster execution of queries

2 Answers   Infosys, Sierra Atlantica,


Categories