How do I edit a database in mysql workbench?



How do I edit a database in mysql workbench?..

Answer / Shaili Gaur

To edit a database in MySQL Workbench, follow these steps:n
1. Connect to the server by providing the necessary details like server name, username, password.
2. In the left panel, expand the 'Databases' node and select your database.
3. Right-click on the table you want to edit and choose 'Edit Table Data'. A window will open with the table data.
4. Make the desired changes in the table data and click 'Apply' to save.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

How can we convert between Unix & MySQL timestamps?

1 Answers  


How to create a table?

1 Answers  


What is mysql data directory?

1 Answers  


What does mysql flush tables do?

1 Answers  


What is meant by decimal (5,2)?

1 Answers  


What does myisamchk do?

1 Answers  


How do I download a mysql community server?

1 Answers  


What is the date format in mysql?

1 Answers  


change column name and make a unique column so we get no dupes.

1 Answers  


How do I edit a stored procedure in mysql?

1 Answers  


Will mysql remain free?

1 Answers  


What are the functions of mysql?

1 Answers  


Categories