Posts by André Rodrigues • 11 points
2 posts
-
-1
votes1
answer416
viewsQ: JOIN 3 tables +1 JDBC junction table
I have a program in java that returns the list of users who have an appointment that day, for this I built a database that related some important data of the users, the name of the doctor with whom…
-
1
votes1
answer156
viewsQ: Query ORDER BY dynamics from the selection of a combobox
I’m developing an application on java managing a database. This application primarily performs a SELECT the database, then submitting the ResultSet for an editable table. I tried to add a comboBox…