mysql(servermworkbench,router,examples and samples) vs code git git desktop mongodb (server, compass, command line tools, shell) ** Mongodb atlas (cloud database) Theory ( RDBMS, sql,sub languages ...
SELECT i, j, (SELECT max(x) FROM (VALUES (i), (j), (3), (NULL), (5)) AS X(x)) as maxn FROM test ORDER BY ALL; ...