Posts by Pedro Zm • 1 point
2 posts
-
-1
votes1
answer37
viewsQ: SQL problem
I need to create an SQL that shows the registration numbers of employees of a table, their names and the number of people dependent on employees who have more than one dependent, ordering the result…
-
0
votes2
answers152
viewsQ: How to make a functional string analysis method?
I am creating an application that simulates a library system, and to begin with, you need to log in by entering a name in the text field. This is the method I created to parse the name (I want only…