Top Tweets for #sqlsubqueries
Day 13 of the #HTTDatachallange. It gets more interesting, using (SQL)Sub queries to figure out the customer who has made orders above average order value.Every step brings us closer to a solution. π€π.
#SQLQueries
#SQLSubQueries

Day 13 of @hertechtrail #HTTDataChallenge task: find customers who have made orders above the average order value.
@phaibooboo @it_is_reel @precy_oma
@Ogbonna42449096 @AtiJoshua
#SQLSubqueries #DataAnalysis

Mastering SQL Subqueries is key to efficient data manipulation, playing an important role in filtering, comparing, and aggregating data for optimizing database ops & reporting
#cognixia #learnwithcognixia #SQL #SQLSubqueries #Coding #Technology #Microsoft #DatabaseManagement

value.
-The main query pulls out customers who spend more than that. @hertechtrail @phaibooboo @it_is_reel @preciey_oma @ogbonna42449096 @som_nnamani @mychailblaise @AtiJoshua. #hertechtrailacademy #HTTDataChallenge #SQLSubqueries #DataAnalysis #Day13.

Query Breakdownπ
The inner query calculates the average order value.
The outer query selects customers whose total order amount exceeds this average.
DISTINCT ensures each customer appears only once.
#hertechtrailacademy #SQLSubqueries @hertechtrail @phaibooboo @it_is_reel
SQL Query:
SELECT o.account_id, https://t.co/vOGBS1f95b_amt_usd
FROM orders o
WHERE https://t.co/vOGBS1f95b_amt_usd >
(SELECT AVG(total_amt_usd)
FROM orders);
#hertechtrailacademy #HTTDataChallenge
#SQLSubqueries #DataAnalysis
A Subquery is a query within another SQL statement.
Using a subquery, I retrieved the customers (using customer id) who have made orders above the average order value which is $3,348.02
#hertechtrailacademy #HTTDataChallenge
#SQLSubqueries #DataAnalysis @tech_bella @it_is_reel

The main query retrieves the names of customers, their order IDs, and the order amounts from the accounts and orders tables. The JOIN operation links customers (accounts) with their respective orders (orders).
#HerTechTrailAcademy #HTTDataChallenge #SQLSubqueries #DataAnalytics
Last Seen Hashtags on Sotwe
pakistanislut
Seen from Netherlands
YouReSoImpatient
Seen from Brazil
Pejuhinchallenge
Seen from Singapore
nolimit teenage*
Seen from United States
nolimit nolimit
Seen from Turkey
VirtAMate
Seen from United States
ankaragay
Seen from Turkey
sophierainleaks
Seen from Singapore
ε±θ‘ι
Seen from United States
θ½―θ½―roro
Most Popular Users

Elon Musk 
@elonmusk
240.1M followers

Barack Obama 
@barackobama
119.3M followers

Donald J. Trump 
@realdonaldtrump
111.6M followers

Cristiano Ronaldo 
@cristiano
108.8M followers

Narendra Modi 
@narendramodi
106.9M followers

Rihanna 
@rihanna
97.2M followers

NASA 
@nasa
92.1M followers

Justin Bieber 
@justinbieber
90.5M followers

KATY PERRY 
@katyperry
86.7M followers

Taylor Swift 
@taylorswift13
80.5M followers

Lady Gaga 
@ladygaga
72.1M followers

Kim Kardashian 
@kimkardashian
69.3M followers

YouTube 
@youtube
68.6M followers

Virat Kohli 
@imvkohli
68.4M followers

Bill Gates 
@billgates
63.4M followers

The Ellen Show
@theellenshow
62.5M followers

CNN 
@cnn
61.9M followers

Neymar Jr 
@neymarjr
60.9M followers

X 
@x
60.9M followers

CNN Breaking News 
@cnnbrk
59.9M followers








