Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in SQL by (6.1k points)

I need to have MySQL GUI for Linux version 10.04. I just want to easily create databases or tables and should be able to set values for table rows manually, and run queries and see their results. So please tell me if there is anything like that available.

1 Answer

0 votes
by (11.7k points)

 

You could use MySQL Workbench :

  • it works on both Linux and Windows

  • There is a free / community version

  • It's a GUI, and includes, at least :

    • create / alter table using a graphical interface

    • run queries / see their results

  • And there are also features that will help you create a graphical table's model -- and it'll generate the SQL to create the tables of that model.

If you want to get more insights into SQL, check out this SQL Course from Intellipaat.

Related questions

Browse Categories

...