Search results for #SQLFiltering
DataKliq SQL Challenge - Day 9! Which SQL clause is used to filter grouped results? 🤔 Drop your answer in the comments! ⬇️ #DataKliq #SQLChallenge #SQLFiltering
🔍 What's Missing in This Query with GROUP BY? . . . #SQLHaving #HavingClause #SQLQueries #GroupBy #SQLFiltering #DataAggregation #SQLBestPractices #SQLTutorial #DatabaseQueries #SQLFunctions
Hi everyone! I am joining my cohort in the #20dayswithdata challenge with #hertechtrailacademy #HTTDataChallenge Day12. #SQLFiltering #DataQuerying. SQL query to retrieve orders made by a specific customer.@phaibooboo @ImaNjokko @fresh_gb @vicSomadina @AtiJoshua @OMOTOSHOOLAMI15
Day 12 of #20dayswithdata Filtered the data to retrieve orders detailing customer name, account id, when the purchase occurred, total products and total amount of purchase. #SQL #MySQL #SQLFiltering #DataQuerying
Day 12 of 20. Task: Write a query to retrieve orders made by a specific customer. #hertechtrailacademy #HTTDataChallenge #20dayswithdata #SQLFiltering #SQLQuerying
Day 12/20: Write an SQL query to retrieve orders made by a specific customer. #Better_Late_Than_Never #20dayswithdata, #hertechtrailacademy, #SQLFiltering @phaibooboo @ImaNjokko @AtiJoshua @vicSomadina @fresh_gb @OMOTOSHOOLAMI15
Day 12 #20dayswithdata I wrote an SQL query to retrieve all orders made by the customer with account id "1101". From the result, the customer has placed about 19 orders between 21st September and 13th May 2016. #SQLFiltering #SQLQuerying
Day 12 I wrote a SQL query to retrieve orders made by a specific customer. #20dayswithdata, #hertechtrailacademy #HTTDataChallenge #SQLFiltering #DataQuerying
Day 12: Filtering Data Retrieve all orders made by customer with account id: 1001 #20dayswithdata #SQLFiltering #DataQuerying
Day 12 #SQLFiltering I retrieved orders from customers with their id. SELECT * FROM orders WHERE account id= 1091 SELECT* FROM orders WHERE account id = 1301 @hertechtrail @Rita_tyna @phaibooboo #20dayswithdata #hertechtrailacademy #HTTDataChallenge #DataQuerying
Day 12: Filtering Data Orders for customer with Id 1021, having total of 10 orders from 12th Oct 2015 to 9th February 2016. #SQLFiltering #Dataquerying #20dayswithdatachallenge #hertechtrailacademy
Day 12 I wrote a simple query to retrive information about a client with customer id 6355. I also figured out that the Limit function was like a terminating function, nothing is expected to come after it. Took me long to figure that #20dayswithdata #SQLfiltering #SQLQuery
Day 12 I wrote a simple query to retrive information about a client with customer id 6355. I also figured out that the Limit function was like a terminating function, nothing is expected to come after it. Took me long to figure that #20dayswithdata #SQLfiltering #SQLQuery https://t.co/bThgxtdbSM
Day 12 of #20dayswithdata Challenge: Write an SQL query to retrieve orders made by a specific customer. I filtered the result. #hertechtrailacademy and #HTTDataChallenge, #SQLFiltering , #DataQuerying.
Day 13 I retrieved orders made by customers, sorting it by customer name in alphabetical order using ORDER clause. @hertechtrail @phaibooboo #20dayswithdata #hertechtrailacademy #HTTDataChallenge #SQLFiltering
Day 12- Filtering Data I wrote an SQL query to retrieve orders made by a customer with account id 1061. The customer made 6 orders. #20dayswithdata #SQLFiltering #DataQuerying.
Day 12:#20dayswithdata Task: Write an SQL query to retrieve orders made by a specific customer. #20dayswithdata, #hertechtrailacademy #HTTDataChallenge #SQLFiltering #DataQuerying. @phaibooboo , @ImaNjokko , @fresh_gb , @vicSomadina , @AtiJoshua , @OMOTOSHOOLAMI15
Day 12: Filtering Data Challenge: Write an SQL query to retrieve orders made by a specific customer. #20dayswithdata #hertechtrailacademy #HTTDataChallenge #SQLFiltering #DataQuerying
Day 12: Filtering Data Challenge: Write an SQL query to retrieve orders made by a specific customer. #20dayswithdata #hertechtrailacademy #HTTDataChallenge #SQLFiltering #DataQuerying https://t.co/elmGNhIyfS
Day 12: SQL Query to retrieve orders made by a customer I wrote a query to retrieve orders made by customer with account ID: 1001 Results show that the customer has made 28 orders in total #20dayswithdata #hertechtrailacademy #HTTDDatachallenge #SQLFiltering
Day 12: Filtering Data I queried my database to retrieve the order and customer made by the customer with id "1001". #20dayswithdata #SQLFiltering #DataQuerying.