2.BASIC SQL COMMANDS
SELECT & FROMSELECT : Tells which col you want.FROM: Tell from which Table you want to fetch.
//In Postgres default schema is public
//In We have databse inside it we have schema inside it we have ta
sqlwithayush.hashnode.dev6 min read