0
Could anyone here help me with mysqlworkbench databases?
I made a couple of tables in mysql workbench and i inserted their values into the tables already but how do i now create queries? and insert sql and then get the result of the sql on the tables. For example if i want to display every record that has a salary less than 8000 in the staff table, how would go about it? i know how to type the code itself i just dont know where to type it. im a beginner and need help.
1 Answer
+ 1
select * from staff where salary>8000
and the palace is SQL Query Panel
<https://goo.gl/Z4gCmF>