SQLCourse Hi! Submitting my final in Mode report format did not work because I can't set the workspace to public. The settings page where that change would be made is currently down. Believe me when I ...
SET apellido_r = (SELECT apellido FROM random_empleados ORDER BY RAND() LIMIT 1); SET domicilio_r = (SELECT domicilio FROM random_empleados ORDER BY RAND() LIMIT 1); ...