212317
Hardik Harsh

@hardikharsh10 #212317

buidlor/designor
106 Follower 159 Following
hihi @whyshock we should auction your Fan Tokens on Farcaster! cc @betashop.eth
manufacturing seems like a good business to get in.
make farcaster fun again
what you call an icon living?
so much to learn, so little time.
hihi! i got my Ⓜ️oxiedrop allocation...did you get yours? cc @betashop.eth @airstack.eth
My top fumbles till now would be:
1> forgetting to claim $pizza 😔
2> thinking staking tia would give me airdrops🤡
I have utmost respect for 'Masashi Kishimoto' the writer of Naruto.

Naruto's story is the peak of creativity and what the human mind can produce.
I got my Moxie Pass! Mint yours to be eligible for upcoming airdrops, grants, Fan Tokens and more! cc @betashop.eth @airstack.eth
I got my Moxie Pass! Mint yours to be eligible for upcoming airdrops, grants, Fan Tokens and more! cc @betashop.eth @airstack.eth
Safu forever now🏦🚔
We're currently in internal testing ...

I just won 51 $DEGEN in Gate of Degen!

@degengate
Frame by @saxophone55.eth. Please follow or Tip him if you like.
Is @buttrfly actually a better mobile client? I like the UI.
So I started learning SQL so that I can eventually use Dune better.

Here are some commands that I learned:

• 'CREATE' statements allow us to create a new table in the database. You can use the 'CREATE' statement anytime you want to create a new table from scratch. 

• The 'INSERT' statement inserts a new row into a table.

• 'SELECT' statements are used to fetch data from a database. 'SELECT' statements always return a new table called the result set.

• The 'ALTER TABLE' statement adds a new column to a table.

• The 'UPDATE' statement edits a row in a table. You can use the 'UPDATE' statement when you want to change existing records.

• The 'DELETE FROM' statement deletes one or more rows from a table. You can use the statement when you want to delete existing records.

• 'IS NULL' is a condition in SQL that returns true when the value is NULL and false otherwise