codespace_x's profile picture. CLEAN CODE

CodeSpace💎

@codespace_x

CLEAN CODE

Pinned

Can you solve this?

codespace_x's tweet image. Can you solve this?

Master SQL and everything will be given to you!

DA to DA, try to learn and master SQL. Don't based your whole learning on Excel, Power BI, and Dashboard. Most of the data jobs required database and SQL knowledge. Know this and stay updated.



CodeSpace💎 reposted

SELECT student_id, name, grade, class FROM ( SELECT student_id, name, grade, class, ROW_NUMBER() OVER (PARTITION BY class ORDER BY grade DESC) as rank FROM students ) ranked_students WHERE rank <= 3 ORDER BY class, grade DESC;


CodeSpace💎 reposted

SELECT department, name, hire_date, salary FROM employees e1 WHERE hire_date = ( SELECT MAX(hire_date) FROM employees e2 WHERE e2.department = e1.department );


Here you are!

codespace_x's tweet image. Here you are!

Drop your script in comments

codespace_x's tweet image. Drop your script in comments


Drop your script in comments

codespace_x's tweet image. Drop your script in comments

Memory refresher!

codespace_x's tweet image. Memory refresher!

CodeSpace💎 reposted

It will return the employee IDs and names of employees from the 'Finance' department, excluding those who are assigned to projects with a budget greater than 500,000.

Happy new week! what is returned?

codespace_x's tweet image. Happy new week!

what is returned?


United States Trends

Loading...

Something went wrong.


Something went wrong.