🗃 Code Snippet Attached I invite everyone to delve into the code, share your thoughts or perhaps propose alternative solutions. Let's learn together!#CodeSnippet #SQLCode

kunalranjans's tweet image. 🗃 Code Snippet Attached

I invite everyone to delve into the code, share your thoughts or perhaps propose alternative solutions. Let's learn together!#CodeSnippet #SQLCode

Day -6 of #SQLCode 📷 #DataAnalysis #Programming #CodingChallenge #100DaysOfCode #CodeNewbie #CodingCommunity Q6: Which item was purchased just before the customer became a member?

KushalSaini36's tweet image. Day -6 of  #SQLCode 📷 #DataAnalysis #Programming #CodingChallenge #100DaysOfCode #CodeNewbie #CodingCommunity

Q6: Which item was purchased just before the customer became a member?

Day -3 of my 100-day #SQLCode journey📷📷 #DataAnalysis #Programming #CodingChallenge #100DaysOfCode #PostgreSQL #SQL Q3: What is the first item from menu purchased by each customer?

KushalSaini36's tweet image. Day -3 of my 100-day #SQLCode journey📷📷 #DataAnalysis #Programming #CodingChallenge #100DaysOfCode
#PostgreSQL #SQL 
Q3: What is the first item from menu purchased by each customer?

Day -4 of #SQLCode 📷 #DataAnalysis #Programming #CodingChallenge #100DaysOfCode #CodeNewbie #CodingCommunity What is the most purchased item on the menu and how many times was it purchased by all customers? Used "DENSE_RANK" --handling case of similar items purchased most.

KushalSaini36's tweet image. Day -4 of  #SQLCode 📷 #DataAnalysis #Programming #CodingChallenge #100DaysOfCode #CodeNewbie #CodingCommunity

What is the most purchased item on the menu and how many times was it purchased by all customers?

Used "DENSE_RANK" --handling case of similar items purchased most.

Day -7 of #SQLCode 📷 #DataAnalysis #Programming #CodingChallenge #100DaysOfCode #CodeNewbie #CodingCommunity Q8: If each $1 spent equates to 10 points and sushi has a 2x points multiplier- how many points would each customer have? Share your thoughts as well?

KushalSaini36's tweet image. Day -7 of  #SQLCode 📷 #DataAnalysis #Programming #CodingChallenge #100DaysOfCode #CodeNewbie #CodingCommunity

Q8: If each $1 spent equates to 10 points and sushi has a 2x points multiplier- how many points would each customer have?
Share your thoughts as well?

Day -8 of #SQLCode 📷 #DataAnalysis #Programming #CodingChallenge #100DaysOfCode #CodeNewbie #CodingCommunity Q9: In the first week after a customer joins the program (including their join date) they earn 2x points on all the items-- how many points do customer A and B ?

KushalSaini36's tweet image. Day -8 of  #SQLCode 📷 #DataAnalysis #Programming #CodingChallenge #100DaysOfCode #CodeNewbie #CodingCommunity

Q9: In the first week after a customer joins the program (including their join date) they earn 2x points on all the items-- how many points do customer A and B ?

Ever revisited your SQL code and found yourself asking, “What was I trying to do here?” 😅 That’s where SQL comments become a powerful tool, not just for you, but for anyone reading your code. #mysql #dataanalysis #Sqlcode #comment

techiehub_28's tweet image. Ever revisited your SQL code and found yourself asking, “What was I trying to do here?” 😅

That’s where SQL comments become a powerful tool, not just for you, but for anyone reading your code.

#mysql #dataanalysis #Sqlcode #comment

Day -9 of #SQLCode 📷 #DataAnalysis #Programming #CodingChallenge #100DaysOfCode #CodeNewbie #CodingCommunity #8WeekSQLChallenge # Bonus Q2: Solution Case Study-1 Completed. Please refer to this link for case study-1 : github.com/kushal863/8wee…

KushalSaini36's tweet image. Day -9 of  #SQLCode 📷 #DataAnalysis #Programming #CodingChallenge #100DaysOfCode #CodeNewbie #CodingCommunity #8WeekSQLChallenge
# Bonus Q2: Solution

Case Study-1 Completed.

Please refer to this link for case study-1 : github.com/kushal863/8wee…

SQL CODE OF THE DAY. --Comprehensive Episode Analysis from a healthcare database for two medical episodes #SQL #sqlcode #Database #medicalresearch #DataAnalytics

iam_lawkey's tweet image. SQL CODE OF THE DAY.
--Comprehensive Episode Analysis from a healthcare database for two medical episodes 
#SQL  #sqlcode #Database #medicalresearch  #DataAnalytics

SQL Tip: Use COUNT and GROUP BY together to count the number of rows in a table for each value in a particular column. #SQLCode #ProgrammingTips

khemsok97's tweet image. SQL Tip: Use COUNT and GROUP BY together to count the number of rows in a table for each value in a particular column. #SQLCode #ProgrammingTips

Dropping columns in SQL? Remember to use `ALTER TABLE...DROP COLUMN` for dropping columns from a table!#ProgrammingTips #SQLCode #SQLCommands

khemsok97's tweet image. Dropping columns in SQL? Remember to use `ALTER TABLE...DROP COLUMN` for dropping columns from a table!#ProgrammingTips #SQLCode #SQLCommands

#ProTip: When writing SQL queries, break each statement into several smaller queries as it will make them easier to understand/debug in the long run. #SQLCode #SQLTips

khemsok97's tweet image. #ProTip: When writing SQL queries, break each statement into several smaller queries as it will make them easier to understand/debug in the long run. #SQLCode #SQLTips

Efficient #SQL programming comes from understanding core concepts like joins, subqueries, and indexes. A toolbox of these key principles will make#programming smoother! #coding #SQLCode

khemsok97's tweet image. Efficient #SQL programming comes from understanding core concepts like joins, subqueries, and indexes. A toolbox of these key principles will make#programming smoother! #coding #SQLCode

From subscriptions to smart sequencing: Jeet’s latest post shows how to identify renewal groups in SQL. Impressive and super practical✅ 🐸 Read the Frog Blog by Jeet! purplefrogsystems.com/2025/07/reset-… #SQL #SQLServer #SQLCode

PurpleFrogSys's tweet image. From subscriptions to smart sequencing:
Jeet’s latest post shows how to identify renewal groups in SQL.

Impressive and super practical✅ 

🐸 Read the Frog Blog by Jeet!
purplefrogsystems.com/2025/07/reset-… 

#SQL #SQLServer #SQLCode

🔍 In PL/SQL, combining SQLCODE and SQLERRM in an EXCEPTION block enhances error handling. Capture both the error code and message for effective debugging. A must-know for developers! #PLSQL #ErrorHandling #SQLCODE #SQLERRM by Pranav Bakare ift.tt/wkub2vs

dev.to

SQLCODE and SQLERRM in EXCEPTION

SQLCODE and SQLERRM in EXCEPTION In PL/SQL, you can combine both SQLCODE and SQLERRM...


How to solve null indicator sqlcode - 305? zmainframes.com/viewtopic.php?… #sqlcode


From subscriptions to smart sequencing: Jeet’s latest post shows how to identify renewal groups in SQL. Impressive and super practical✅ 🐸 Read the Frog Blog by Jeet! purplefrogsystems.com/2025/07/reset-… #SQL #SQLServer #SQLCode

PurpleFrogSys's tweet image. From subscriptions to smart sequencing:
Jeet’s latest post shows how to identify renewal groups in SQL.

Impressive and super practical✅ 

🐸 Read the Frog Blog by Jeet!
purplefrogsystems.com/2025/07/reset-… 

#SQL #SQLServer #SQLCode

Ever revisited your SQL code and found yourself asking, “What was I trying to do here?” 😅 That’s where SQL comments become a powerful tool, not just for you, but for anyone reading your code. #mysql #dataanalysis #Sqlcode #comment

techiehub_28's tweet image. Ever revisited your SQL code and found yourself asking, “What was I trying to do here?” 😅

That’s where SQL comments become a powerful tool, not just for you, but for anyone reading your code.

#mysql #dataanalysis #Sqlcode #comment

Well this is fun and festive! Thanks to hubs.ly/Q02-TcbF0 for teaching us how to make a Christmas tree using SQL Code #sqlcode #sql #sqlserver #mssql #learnsql.com #learnsql #sql #sqlsolutions #sqltraining #coding #codingchristmas #codechristmas #coderlife #programming

SQLGroup's tweet image. Well this is fun and festive! Thanks to hubs.ly/Q02-TcbF0 for teaching us how to make a Christmas tree using SQL Code
 #sqlcode #sql #sqlserver #mssql #learnsql.com #learnsql #sql #sqlsolutions #sqltraining #coding #codingchristmas #codechristmas #coderlife #programming

🔍 In PL/SQL, combining SQLCODE and SQLERRM in an EXCEPTION block enhances error handling. Capture both the error code and message for effective debugging. A must-know for developers! #PLSQL #ErrorHandling #SQLCODE #SQLERRM by Pranav Bakare ift.tt/wkub2vs

dev.to

SQLCODE and SQLERRM in EXCEPTION

SQLCODE and SQLERRM in EXCEPTION In PL/SQL, you can combine both SQLCODE and SQLERRM...


SQL CODE OF THE DAY. --Comprehensive Episode Analysis from a healthcare database for two medical episodes #SQL #sqlcode #Database #medicalresearch #DataAnalytics

iam_lawkey's tweet image. SQL CODE OF THE DAY.
--Comprehensive Episode Analysis from a healthcare database for two medical episodes 
#SQL  #sqlcode #Database #medicalresearch  #DataAnalytics

How to solve null indicator sqlcode - 305? zmainframes.com/viewtopic.php?… #sqlcode


🗃 Code Snippet Attached I invite everyone to delve into the code, share your thoughts or perhaps propose alternative solutions. Let's learn together!#CodeSnippet #SQLCode

kunalranjans's tweet image. 🗃 Code Snippet Attached

I invite everyone to delve into the code, share your thoughts or perhaps propose alternative solutions. Let's learn together!#CodeSnippet #SQLCode

Day -19 of #SQLCode 📷 #DataAnalysis #Programming #CodingChallenge #100DaysOfCode #CodeNewbie #CodingCommunity #8WeekSQLChallenge Q : Is there any relationship between number of pizzas and how long it takes to prepare?

KushalSaini36's tweet image. Day -19 of  #SQLCode 📷 #DataAnalysis #Programming #CodingChallenge #100DaysOfCode #CodeNewbie #CodingCommunity #8WeekSQLChallenge

Q : Is there any relationship between number of pizzas and how long it takes to prepare?

Day -18 of #SQLCode 📷 #DataAnalysis #Programming #CodingChallenge #100DaysOfCode #CodeNewbie #CodingCommunity #8WeekSQLChallenge Q : What was the average time in minutes it took for each runner to arrive at the Pizza Runner HQ to pickup the order?

KushalSaini36's tweet image. Day -18 of  #SQLCode 📷 #DataAnalysis #Programming #CodingChallenge #100DaysOfCode #CodeNewbie #CodingCommunity #8WeekSQLChallenge

Q : What was the average time in minutes it took for each runner to arrive at the Pizza Runner HQ to pickup the order?

Day -13 of #SQLCode 📷 #DataAnalysis #Programming #CodingChallenge #100DaysOfCode #CodeNewbie #CodingCommunity #8WeekSQLChallenge #weekend Q: For each customer, how many delivered pizzas had at least 1 change and how many had no changes?

KushalSaini36's tweet image. Day -13 of  #SQLCode 📷 #DataAnalysis #Programming #CodingChallenge #100DaysOfCode #CodeNewbie #CodingCommunity #8WeekSQLChallenge #weekend 

Q: For each customer, how many delivered pizzas had at least 1 change and how many had no changes?

"#sqlcode" に一致する結果はありません
Loading...

Something went wrong.


Something went wrong.


United States Trends