Posts by NickS1 • 15 points
2 posts
-
0
votes3
answers227
viewsA: Lambda python function
Hello, your idea is very close to correct. It would be interesting to specify which version of Python was used. Because the function reduce was a function built-in python2 (which is already legacy).…
-
1
votes1
answer44
viewsQ: How to select data that depends on other tables that have another key in common?
Hello! I was working on a database project using the SQL language in Mysql Workbench. The setting of my project is a university library where we have the tables: (Bold = PK | Italic = FK)…