Posts by gomesdjr • 13 points
2 posts
-
0
votes0
answers113
viewsQ: Query in a SQL SERVER table
Hello, people. I need to make a query in SQL SERVER but the same is returning incorrect values. I have the following tables. In the proposed exercise I must return the following information: Extract…
-
-1
votes1
answer98
viewsQ: Function returning only one value
I am making a program in Python and need to implement a function. The function receives as input two parameters: A dictionary containing as key the name of an employee and as value a list containing…