Posts by Mateus Cabral • 11 points
2 posts
-
1
votes2
answers42
viewsQ: Foreign SQL key
I have two tables in SQL and I need to perform a search. The tables and fields are: Employees: code and employee name Team: 'codigoEquipe' and 'functionRegistered', where 'functionRegistered' is…
-
-1
votes1
answer74
viewsQ: Checking if there is a result in the query
Hello, I need to check if there is an answer to my query. If there is, you should display an HTML code displaying the database data. Otherwise you should notify that there is no result. How do I…