adspace


How do you create a table in mysql workbench?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is current version of mysql?

1084


Which statement is used in a select query for partial matching?

1247


What is the current mysql version?

1105


How to Change a users password from unix shell.

1223