#10daysofsql search results

Day 3 of #10daysofSQL 🚀 Topics covered: - Data definition language - Filtering data with WHERE clause (AND, OR, IN, BETWEEN) Data Definition Language in SQL : DDL (Data Definition Language) commands in SQL are used to define, manage, and manipulate the structure of database…

maybeshalinii's tweet image. Day 3 of #10daysofSQL 🚀

Topics covered:
- Data definition language
- Filtering data with WHERE clause (AND, OR, IN, BETWEEN)

Data Definition Language in SQL :

DDL (Data Definition Language) commands in SQL are used to define, manage, and manipulate the structure of database…

⭐I did the #10DaysOfSQL challenge, here's what I learnt ⭐:

sdw_online's tweet image. ⭐I did the #10DaysOfSQL challenge, here's what I learnt ⭐:

💡Day 2 of #10DaysofSQL ✅Studied theory ✅Solved questions and earned my second star will try to cover joins over the weekend, been the most trickiest part for me in the past 😅 #LetsGrowTogether

MainiCharvi's tweet image. 💡Day 2 of #10DaysofSQL 

✅Studied theory 
✅Solved questions and earned my second star

will try to cover joins over the weekend, been the most trickiest part for me in the past 😅

#LetsGrowTogether

💡Day 1 of #10DaysofSQL ✅Studied a bit of theory (have done a prior course in DBMS so I know basics) ✅Watched a video about databases ✅Solved 8 (easy) questions on Hackerrank and earned my first star Will focus more on solving for this challenge! #LetsGrowTogether

MainiCharvi's tweet image. 💡Day 1 of #10DaysofSQL

✅Studied a bit of theory (have done a prior course in DBMS so I know basics)
✅Watched a video about databases
✅Solved 8 (easy) questions on Hackerrank and earned my first star 

Will focus more on solving for this challenge!

#LetsGrowTogether

💡Day 5 - nothing 💡Day 6 ✅Solved all easy questions on hackerrank and earned my third star ✅ Studied a good bit of theory (sum, substr, order by, joins) Way better than yesterday IMHO #connect #10DaysofSQL

MainiCharvi's tweet image. 💡Day 5 - nothing

💡Day 6 
✅Solved all easy questions on hackerrank and earned my third star
✅ Studied a good bit of theory (sum, substr, order by, joins) 

Way better than yesterday IMHO

#connect
#10DaysofSQL

Day 6 of #10daysofSQL Topics covered: - SQL functions - Aggregate functions - LIKE operator


Day 4 of #10daysofSQL 🚀 Topics covered: - Data manipulation language - Sorting data with ORDER BY - Limiting results with LIMIT


I'm taking a short break due to personal reasons, but I'll be back to continue #10daysofSQL soon.


Day 5 of #10daysofSQL 🚀 Topics covered: - Data control language - Transaction control language


hii, planning to start #10DaysofSQL because #100DaysOfCode is too intimidating for me 🫠 all those who'd like to do it with me, let's #connect 🤝 #buildinpublic


#10DaysofSQL is in full swing. Check it out!👇💯

Day 4 of #10daysofSQL 🚀 Topics covered: - Data manipulation language - Sorting data with ORDER BY - Limiting results with LIMIT



I will be taking on the #10DaysOfSQL challenge. Here’s why:


💡Day 9 - nothing 💡Day 10 of #10DaysofSQL ✅ Solved a few questions on functions such as sum, count, average, min, max ✅ Got the certificate for SQL(Basic) #connect #letsconnect


💡Day 7 - nothing 💡Day 8 of #10DaysofSQL ✅ Solved a few questions on aggregate and round functions ✅ Read about data definition language (DDL) and data manipulation language (DML) #buildinpublic


💡Day 5 - nothing 💡Day 6 ✅Solved all easy questions on hackerrank and earned my third star ✅ Studied a good bit of theory (sum, substr, order by, joins) Way better than yesterday IMHO #connect #10DaysofSQL

MainiCharvi's tweet image. 💡Day 5 - nothing

💡Day 6 
✅Solved all easy questions on hackerrank and earned my third star
✅ Studied a good bit of theory (sum, substr, order by, joins) 

Way better than yesterday IMHO

#connect
#10DaysofSQL

💡Day 3 and 4 of #10DaysofSQL ✅Solved 3 - 4 questions on hackerrank Had a lot of personal and work commitments, could not get much done 🥲 Going out of town today, will post an update tonight 🫠 #LetsGrowTogether #letsconnect


💡Day 2 of #10DaysofSQL ✅Studied theory ✅Solved questions and earned my second star will try to cover joins over the weekend, been the most trickiest part for me in the past 😅 #LetsGrowTogether

MainiCharvi's tweet image. 💡Day 2 of #10DaysofSQL 

✅Studied theory 
✅Solved questions and earned my second star

will try to cover joins over the weekend, been the most trickiest part for me in the past 😅

#LetsGrowTogether

💡Day 1 of #10DaysofSQL ✅Studied a bit of theory (have done a prior course in DBMS so I know basics) ✅Watched a video about databases ✅Solved 8 (easy) questions on Hackerrank and earned my first star Will focus more on solving for this challenge! #LetsGrowTogether

MainiCharvi's tweet image. 💡Day 1 of #10DaysofSQL

✅Studied a bit of theory (have done a prior course in DBMS so I know basics)
✅Watched a video about databases
✅Solved 8 (easy) questions on Hackerrank and earned my first star 

Will focus more on solving for this challenge!

#LetsGrowTogether

hii, planning to start #10DaysofSQL because #100DaysOfCode is too intimidating for me 🫠 all those who'd like to do it with me, let's #connect 🤝 #buildinpublic


Hey, as I started posting with the #10daysofSQL, I observed that people are not as interested in that series, so I decided to stop it. However, I have created a document with all the content for the 10 days. I need to make some edits to it, but I'll post it soon enough.


Hey hi @maybeshalinii where is Day 7 of #10daysofsql ??


That concludes Day 6 of our #10daysofSQL 🌻 Thank you all for reading. Feel free to share your thoughts, questions, or insights. See y'all tomorrow!🫶🚀


No results for "#10daysofsql"

Day 1 of #10daysofSQL Topics covered: - Introduction to Databases and SQL - Basic Sql syntax - Connecting to a sample database What are Databases? - Databases are structured collections of data that are organized for efficient storage, retrieval, and manipulation. - They…

maybeshalinii's tweet image. Day 1 of #10daysofSQL 

Topics covered: 
- Introduction to Databases and SQL
- Basic Sql syntax
- Connecting to a sample database

What are Databases?

- Databases are structured collections of data that are organized for efficient storage, retrieval, and manipulation.
- They…

Day 2 of #10daysofSQL 🚀 Topics covered: - Components of SQL - Retrieving specific columns with SELECT - Using aliases for column names Components of SQL: - Data Definition Language (DDL): Used for defining and modifying the structure of the database schema. Includes…

maybeshalinii's tweet image. Day 2 of #10daysofSQL 🚀

Topics covered:
- Components  of SQL 
- Retrieving specific columns with SELECT 
- Using aliases for column names

Components of SQL:

- Data Definition Language (DDL):
Used for defining and modifying the structure of the database schema.
Includes…

⭐I did the #10DaysOfSQL challenge, here's what I learnt ⭐:

sdw_online's tweet image. ⭐I did the #10DaysOfSQL challenge, here's what I learnt ⭐:

Day 3 of #10daysofSQL 🚀 Topics covered: - Data definition language - Filtering data with WHERE clause (AND, OR, IN, BETWEEN) Data Definition Language in SQL : DDL (Data Definition Language) commands in SQL are used to define, manage, and manipulate the structure of database…

maybeshalinii's tweet image. Day 3 of #10daysofSQL 🚀

Topics covered:
- Data definition language
- Filtering data with WHERE clause (AND, OR, IN, BETWEEN)

Data Definition Language in SQL :

DDL (Data Definition Language) commands in SQL are used to define, manage, and manipulate the structure of database…

💡Day 1 of #10DaysofSQL ✅Studied a bit of theory (have done a prior course in DBMS so I know basics) ✅Watched a video about databases ✅Solved 8 (easy) questions on Hackerrank and earned my first star Will focus more on solving for this challenge! #LetsGrowTogether

MainiCharvi's tweet image. 💡Day 1 of #10DaysofSQL

✅Studied a bit of theory (have done a prior course in DBMS so I know basics)
✅Watched a video about databases
✅Solved 8 (easy) questions on Hackerrank and earned my first star 

Will focus more on solving for this challenge!

#LetsGrowTogether

💡Day 2 of #10DaysofSQL ✅Studied theory ✅Solved questions and earned my second star will try to cover joins over the weekend, been the most trickiest part for me in the past 😅 #LetsGrowTogether

MainiCharvi's tweet image. 💡Day 2 of #10DaysofSQL 

✅Studied theory 
✅Solved questions and earned my second star

will try to cover joins over the weekend, been the most trickiest part for me in the past 😅

#LetsGrowTogether

💡Day 5 - nothing 💡Day 6 ✅Solved all easy questions on hackerrank and earned my third star ✅ Studied a good bit of theory (sum, substr, order by, joins) Way better than yesterday IMHO #connect #10DaysofSQL

MainiCharvi's tweet image. 💡Day 5 - nothing

💡Day 6 
✅Solved all easy questions on hackerrank and earned my third star
✅ Studied a good bit of theory (sum, substr, order by, joins) 

Way better than yesterday IMHO

#connect
#10DaysofSQL

Loading...

Something went wrong.


Something went wrong.


United States Trends