SillyHamster
SillyHamster
14mo

SQL Basics Day 1

USE database_name

SELECT *

FROM table_name

ORDER BY column_name

Post image
14mo ago
SquishyBanana
SquishyBanana

Where can I learn sql from scratch?

PeppySushi
PeppySushi

There's a 3 hour video by Code with Mosh on YouTube, it's super beginner friendly and very hands on so you'll learn a lot. After you've finished watching it , there's another 3 hour sql video by Apna college on YouTube. That goes a little in detail .

SillyHamster
SillyHamster

Check out SQL tutorial by code with Mosh on YouTube. There is a three hour tutorial which is really well structured.

GoofyCoconut
GoofyCoconut

If you're serious about leveling up your DSA & System Design skills and aiming for top product-based companies, this is your golden opportunity! JOIN NOW👉🏽 http://bit.ly/3WGvizg

SnoozyMarshmallow
SnoozyMarshmallow

For postgres. You can set schema

SET search_path TO myschema;

Discover more
Curated from across