adspace
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