Automatically translated.View original post

Simple-to-understand SQL

In the age when Data is a treasure trove, whether you are a Digital Marketer, Data Analyst or a Developer, SQL skills are a key guide to help you get your data used professionally. Today we will get to know SQL with techniques that help you get started right away!

What is ❓ SQL? (Structured Query Language)

SQL (S-Q-L) is the standard language used to talk to databases. It's like an "interpreter" that allows us to command computers to find, edit, or organize the huge amount of data stored in tables.

Imagine following:

If the database is a giant account book, SQL is the command we use to tell the librarian: "Please pick up the list of customers who bought more than 1,000 baht in January"!

🛠️ 4 most commonly used basic commands (CRUD Operations)

If you remember these 4 commands, you can start using SQL!

SELECT (Retrieve): Used to browse the required data.

Example: SELECT name FROM customers; (pull out a full list of customers)

INSERT (ADD DATA): Used to put new data into the table.

Example: Add a new customer name to the system.

UPDATE (Data Edit): Used to turn already existing data into current.

Example: Change the customer's delivery address.

DELETE (Delete Data): Used to remove unwanted data.

Example: Remove the list of discontinued goods.

✨ Why is SQL a "Must-have" skill?

Manage huge data quickly: Excel may freeze when it comes to a million rows of primary data, but SQL manages it in a fraction of a second!

Job market demand: Virtually all companies use databases (MySQL, PostgreSQL, SQL Server). People who write SQL are therefore likely to get high jobs and good salaries.

Easy to build on the Data Line: It's a key basis for people who want to be Data Scientist or Business Intelligence (BI).

🚀 How to start learning SQL for newbies

Understand table structure: Understand row (Row) and column (Columbia) matters

Try the free tool: practice writing through websites like W3Schools or SQLZoo.

Practice with real problems: Let's question the data and write a command to find the answer.

💡 Conclusion: SQL is not as difficult as it seems! If you understand the "command table" principle, you will be able to turn raw data into "value data" immediately.

# Known IT # IT should know # Includes IT matters # Technology # IT

1/23 Edited to

... Read moreนอกจากคำสั่งพื้นฐานของ SQL ที่ได้กล่าวมาแล้ว ยังมีฟังก์ชันอื่นๆ ที่ช่วยให้การจัดการข้อมูลมีประสิทธิภาพมากขึ้น เช่น การใช้คำสั่ง JOIN เพื่อรวมข้อมูลจากหลายตารางเข้าด้วยกัน หรือการใช้ WHERE เพื่อกรองข้อมูลตามเงื่อนไขเฉพาะเจาะจง สำหรับมือใหม่ วิธีที่ดีที่สุดคือการฝึกเขียน SQL ผ่านตัวอย่างข้อมูลจริงและโจทย์ที่เกี่ยวข้อง เช่น การดึงข้อมูลลูกค้าที่มียอดซื้อสูงสุด หรืออัปเดตสถานะคำสั่งซื้อที่ยังไม่ได้ส่ง เพื่อให้เข้าใจการทำงานของ SQL ในสถานการณ์จริง จากประสบการณ์ส่วนตัว การใช้เครื่องมือออนไลน์ฟรีอย่าง SQLZoo หรือ W3Schools ช่วยให้ได้ลองเขียนและดูผลลัพธ์ทันที ทำให้การเรียนรู้ไม่น่าเบื่อและเพิ่มความมั่นใจในการใช้คำสั่ง SQL ต่างๆ นอกจากนี้ การเรียนรู้โครงสร้างฐานข้อมูลและเข้าใจการทำงานของตารางแถวและคอลัมน์จะช่วยให้คุณเขียนคำสั่ง SQL ได้แม่นยำและรวดเร็วขึ้น ไม่ว่าจะเป็นการเพิ่มข้อมูลใหม่หรือการลบข้อมูลที่ไม่ต้องการ สุดท้ายนี้ การฝึกฝนอย่างสม่ำเสมอและทดลองแก้ไขข้อมูลจริง จะทำให้คุณกลายเป็นผู้เชี่ยวชาญ SQL ที่สามารถนำไปต่อยอดงานในสายงานเทคโนโลยีสารสนเทศ Data Science หรือ Business Intelligence ได้อย่างง่ายดาย

Related posts

A hand holding a coffee mug next to a tablet displaying text about 'Simple living throughout your life.' The image has pink text overlayed, reading 'BOOKS TO UNDERSTAND HUMAN PSYCHOLOGY,' with brain and warning emojis.
The book cover for 'Emotional Intelligence Why It Can Matter More Than IQ' by Daniel Goleman, with text overlays discussing its impact on understanding emotions and relationships.
The book cover for 'THE SOCIAL ANIMAL' by David Brooks, featuring colorful stick figures. Text overlays discuss human social nature and hidden forces driving behavior.
Books to understand human psychology
I used to think understanding people was just about common sense… until I read these books 🤯 Turns out, we’re all predictable, emotional, and sometimes totally irrational 😅 From why we crave meaning to how emotions control us and why we make the worst decisions (thinking they’re smart ones), the
Meredith Jao

Meredith Jao

1799 likes

A flat lay image featuring a pink notebook, gold heart-shaped dish with paperclips, and a gold pen, alongside a keyboard and pink flowers. The text overlay reads "5 FREE ONLINE CERTIFICATIONS to Boost YOUR RESUME."
The image displays the logo for "Learning How to Learn" with a brain and sun icon. Text describes this Coursera course from UC San Diego, focusing on improving learning techniques, memory, and study strategies.
The image shows the "Learn SQL" logo. Text describes Codecademy's free SQL course, emphasizing its importance for data analysis, database management, querying, creating tables, and manipulating data.
5 Free Online Certifications to Boost Your Resume
Hi, lemons! In today's competitive job market, having a standout resume is crucial. Employers seek candidates with not only relevant experience but also a commitment to continuous learning. Fortunately, the digital age offers a wealth of free online certifications that can enhance your skill se
Lifestyle Babe

Lifestyle Babe

743 likes

Useful SQL Queries for beginners
Hey everyone! SQL queries are super important for handling data in databases. Knowing them helps you extract and work with data efficiently, finding valuable info. Starting with simple SELECT statements and moving on to more advanced stuff lets you tackle different data tasks confidently. Whether y
Yun Jung

Yun Jung

106 likes

How to improve sql skills as a software engineer
Hello everyone! Improving SQL proficiency requires practice and continuous learning. Start by mastering the basics of SQL syntax and commands, then gradually progress to more complex queries and operations. Take advantage of online resources like tutorials, courses, and practice platforms to hone y
Yun Jung

Yun Jung

57 likes

6 Free Online Certifications to Boost Your Resume
Hi, lemons! In a rapidly evolving job market, standing out can be a daunting task. Thankfully, online platforms have leveled the playing field, offering a wealth of world-class certifications—for free! Did your eyes just light up? They should have! Today, I'm happy to reveal six free online cer
Lifestyle Babe

Lifestyle Babe

388 likes

Data Analysts Career Guide: SQL Query Optimization
Hello everyone! I wanted to share tips for optimizing SQL query performance. Using indexes effectively on key columns and selecting specific columns can speed up data retrieval. Additionally, minimizing nested queries and optimizing join operations enhances efficiency. Moreover, limiting unnecessar
Yun Jung

Yun Jung

15 likes

Useful advanced SQL Queries for data analysts
Hello everyone! I wanted to highlight powerful SQL features that are helpful for data analysts! Common Table Expressions (CTEs) act as named temporary result sets within queries, simplifying complex logic with recursive operations or data aggregation. Window Functions enhance analytical capabilitie
Yun Jung

Yun Jung

33 likes

The first image is a laptop screen displaying 'LEARN SQL FOR BEGINNERS PART 3' as part of a guide titled 'How to become a Data Analyst'.
This image illustrates an SQL query using `WHERE major = 'Biology'` to select specific rows from a `students_table`, showing the filtered result with only Biology majors.
This image demonstrates an SQL query using `WHERE major = 'Biology' OR major = 'History'` to filter a `students_table` for multiple majors, showing the combined result.
Swipe if you’re a beginner & want to learn SQL!
In this post, we'll learn how to select specific rows from your table using a WHERE statement. As a recap, we've already learned about a few other statements, and we know that the statements have to come in a specific order. Only the SELECT and FROM statements are required. Here's
Delara 💖👩🏻‍💻

Delara 💖👩🏻‍💻

372 likes

Simple Lazy Enchiladas
🌸 Real Picture Above of my Enchiladas 🌸 💕 What you’ll Need 💕 - 1 bag of Small Tortillas - 1 bag of Shredded Cheese of your choice (i use Three cheese blend) - Sliced/Shredded Meat (Chicken, Steak, Pork, Shrimp) - 1 big Can of Green or Red Enchilada Sauce - Paprika / Parsley to top off
💕 Rhythm 💕

💕 Rhythm 💕

734 likes

A grid showcasing 24 resources for learning software architecture in 2025, categorized into Software Design Books, Tech Blogs, YouTube Channels, White Papers, and Software Career Books, featuring logos and book covers.
A list detailing the first three software design books: DDIA, System Design Interview Vol 1 & 2, and Clean Architecture, with descriptions of their focus on data systems, interviews, and maintainable software.
A list detailing two software design books: Domain-Driven Design, focusing on business needs, and Software Architecture: The Hard Parts, addressing tough architectural challenges.
24 Best Resources to Learn Software Architecture
Hey everyone! 🌟 If you're looking to level up your software architecture skills in 2025, here are 24 amazing resources to help you on your journey. Whether you're a beginner or an experienced engineer, there's something here for everyone. Let's dive in! 📚💻 ---- 📚 Software Design B
Valder

Valder

702 likes

A woman with long dark hair sits with a laptop, looking at the viewer. The image has a text overlay "Learn SQL In 2025 With These Games" on a white background.
A woman works on a laptop, overlaid with a screenshot of the "SQL Murder Mystery" game website, featuring a detective scene and text asking "Can you find out whodunnit?".
A woman uses a laptop, with a screenshot of the "Dataquest" website overlaid, promoting "Experience the Better Way to Learn Data Science" and offering free learning options.
Games To Help You Learn SQL
When I first started with SQL, I wouldn't say I had a hard time, cause frankly, I didn't 😅 but a while back I came across these games makes learning SQL easier and even fun, check them out: 1️⃣ SQL Murder Mystery – Solve a crime using SQL queries and feel like a real detective! 🕵️‍♂️ 2️
NeLo

NeLo

670 likes

✨ Medical Made Simple ✨
The medical field can feel like a whole new language, but breaking it down into easy terms makes it less intimidating. Whether you’re studying, working in healthcare, or just curious, knowing these basics can really help. 🩺 The first chart covers common medical abbreviations and their full forms
Lindsey Marie

Lindsey Marie

615 likes

Tech Career Guide: SQL Best practices
Hello everyone! I wanted to share essential SQL best practices for effective database management. Design your database with normalization principles for streamlined data organization and integrity. Use indexes strategically on key columns to optimize query performance. Write efficient SQL queries b
Yun Jung

Yun Jung

221 likes

Boost Learning With Simple Memory Techniques
Simple Learning Tricks That Help You Remember More Every Day Learning gets a lot easier when you understand how your brain actually remembers things. This picture breaks down simple learning techniques that help you remember more, stay focused, and keep information in your head longer. These are
fig3lvls

fig3lvls

39 likes

Why use SQL/Python for Data Analysis, (not excel?)
Hello everyone! SQL and Python are favored over Excel for data analysis due to their efficiency with large datasets and automation capabilities. Python, using libraries like Pandas, ensures reproducible workflows, while SQL handles complex data manipulations with ease in relational databases. Pytho
Yun Jung

Yun Jung

90 likes

An open notebook with a pen, a lit sandalwood candle, and a mug, illustrating the title "Benefits Of Journaling: How Writing Can Improve Your Mental Health."
A pink box with white text listing the first five benefits of journaling, including reducing stress, improving emotional processing, boosting self-awareness, helping with problem-solving, and enhancing mood and positivity, set against a background of hearts.
A pink box with white text listing the last five benefits of journaling, including strengthening manifestation, tracking growth, improving sleep, boosting creativity, and encouraging self-love, set against a background of hearts.
Journaling: A Simple Habit for a Healthier Mind ✍️🧠
Journaling is a powerful tool for self-reflection, healing, and personal growth. ✨ From reducing stress to improving mental clarity, putting your thoughts on paper can make a huge difference in your mindset. Whether it’s gratitude lists, brain dumps, or goal-setting, find a style that works for you
Tyona Rea

Tyona Rea

107 likes

A flat lay shows a tablet displaying chemistry notes, a spiral notebook, a pencil case, and note cards, with the text overlay "simple study plan that anyone can follow."
A graphic outlines a simple study plan's weekly overview: 2 hours daily Monday-Friday, Saturday for comprehensive review, and Sunday for rest, along with tips for consistency, organization, and health.
A graphic details a simple study plan's daily structure: 10 minutes for preparation, a 50-minute first study session, a 10-minute break, and a 50-minute second study session.
Simple study plan that anyone can follow ✍🏻
This is for students who can't seem to stick to a study plan, perhaps you can try this. Consistency usually results when the habit feels easy. 2 hours per day and 1 dedicated day for comprehensive study seems to be quite ideal. As always, you can feel free to adjust this plan according to y
teal.days

teal.days

69 likes

A close-up of a textured page displays the quote "Accept people as they are, but place people where they belong." highlighted in yellow. The text is in black font, with "Lemon8" and the username "@kristannicole_91" visible at the bottom left.
The truth is usually simple to understand ✨
#unfiltered #quotes #Lemon8Diary
🙏🏻💜KristanNicole✨🔥

🙏🏻💜KristanNicole✨🔥

1072 likes

The truth is usually simple to understand ✨
Hello friends 🍋 We know life is not easy. Some days I want to give up of everything, because I feel anxious, I feel sad, I feel exhausted or full of expectation. When we are young it’s very difficult to accept the truth. Every problem, every situation, they all look very big. Once we get
Thamires Cottone | REALTOR

Thamires Cottone | REALTOR

241 likes

Learning SQL for free!!
Get to learn and practice writing SQL queries with these websites for free, its been an exciting experience learning SQL for me and i wanted to share with everyone how i do it free of charge anytime and everytime ! #learning #dataanalytics #Lemon8
Herrieth Jandwa

Herrieth Jandwa

147 likes

Tool to chat & Understand Any PDF documents
Whether it’s legal documents, financial reports, or multiple academic books, PDF.ai makes understanding any PDF quick and easy.  You can chat directly with your PDFs—ask questions, get summaries, and clarify doubts instantly.  It’s perfect for reading through multiple documents and getting cl
Reverelia

Reverelia

66 likes

A desk setup with a tablet, keyboard, and notebook, illustrating a method for understanding history beyond memorizing dates.
A person studying with a laptop and tablet, displaying questions about pyramids, emphasizing understanding the 'why' behind historical events.
Close-up images of handwritten Cornell notes on 'Nationalism' and 'World War I,' demonstrating an organized method for history review and active recall.
Tired of memorizing history? Try my simple method.
🏛️ Think in Themes, Not Timelines: I completely changed my approach by focusing on big themes like 'conflict' or 'innovation' instead of just dates. This helps me connect events across different eras and see history as one continuous story. It’s a game-changer for understanding the
emilie.studygram

emilie.studygram

58 likes

The image displays the title '48 Laws of Power Made Simpler' in yellow highlighted text on a light background, with 'ig: @bookishbrainshelves' and 'lemon8 @simmerstherapy' watermarks.
This image lists the first six simplified laws of power: Never Outshine the Master, Never Put Too Much Trust in Friends, Conceal Your Intentions, Always Say Less Than Necessary, Guard Your Reputation, and Court Attention.
The image presents simplified laws of power from 7 to 13, including Get Others to Do the Work, Make People Come to You, Win with Actions, Avoid the Unhappy, Make People Dependent on You, Use Selective Honesty, and Appeal to Self-Interest.
Simple Power 🌸
#powerfulcleaning #powerfulls #power #letschat
Southern Nov3list

Southern Nov3list

49 likes

Simple study tips! 🏫📚
Studying doesn’t have to be ✨painful✨ 🫠📚. Switch up your spot, teach it back, or actually write your notes (trust me, it helps). Try a hack, because cramming the night before? Not the move. ✍️💡 1️⃣ Active recall 🧠✨ – Quiz yourself instead of just rereading. 2️⃣ Pomodoro method ⏳📚 – Study 25 m
areiiana

areiiana

13 likes

Understand your food
Calories are cool but understanding your food is cooler! Almost everything our body needs comes from the vitamins that come from food!! #nutrition
Dana yazdi

Dana yazdi

1033 likes

An open Bible displaying highlighted passages from Saint Luke and Saint John, next to a notebook with handwritten notes titled 'Gospel of John - Overview'. The notes detail the theme, key focus, takeaways, application for today, and a favorite verse, illustrating a method for deeper Bible study.
📖✨ A Simple Way to Understand the Bible Better ✨📖
If you’ve ever opened the Bible and felt unsure of where to start or how to make sense of it, here’s a method that’s been helping me: 1️⃣ Read & Highlight – Go through a passage and mark the verses that speak to you. 2️⃣ Summarize – On a blank sheet, write down what that scripture was about
Natalya Jeffery

Natalya Jeffery

46 likes

A flat lay of a desk with a laptop, headphones, and notes, overlaid with the title "Top 3 tips to fight against procrastination" and a "SWIPE" prompt. The image also features a Lemon8 logo and username.
A phone screen displays a Lifelight app to-do list for December 15th, showing tasks and memos. Accompanying text explains the "Start Small" tip, emphasizing breaking down tasks and using Lifelight's auto-create todo feature.
A phone screen shows a Lifelight app chat discussing reasons for actions, with a "Reflection" button highlighted. Text explains the "Know Why You're Doing It" tip, highlighting the importance of purpose and using Lifelight's reflection prompts.
3 simple ways to fight against procrastination ⏳
We’ve all been there—putting off something we know we need to do, but just can’t get started. The good news? You don’t have to be “perfectly productive” to get things done. Here are 3 easy tricks that help me stop procrastinating and actually make progress: 1️⃣Start Small—Really Small 🧩 Big t
Chloe💕

Chloe💕

45 likes

A woman with curly hair and glasses, holding a microphone, with text overlays 'SQL Windows Function Explained' and 'Mad Key'.
A bookshelf background with 'SQL Windows Function Explained' and a quote defining a window function as viewing a 'slice' of data while seeing the bigger picture.
A SQL code example using a window function (RANK() OVER) to rank sales, showing output with individual sales records and their ranks, maintaining detail.
SQL: Windows Function Explained
One thing I've discovered is that when working with data, Normal SQL (GROUP BY) helps summarize data but sacrifices row-level detail in the process. On the other hand, Window Functions allow you to perform calculations across rows while maintaining each row’s detail. This key difference m
NeLo

NeLo

57 likes

A list titled "BEST YOUTUBE CHANNELS TO LEARN..." featuring various tech topics like Cybersecurity, Python, React, JavaScript, Java, DevOps, Blockchain, AI/ML, Web Development, AWS, Swift, SQL, DBMS, Ruby, Scala, SAP, C, R, jQuery, C#, .NET, Kotlin, Flutter, Laravel, and PHP, each paired with a recommended YouTube channel. The image includes a YouTube logo and the handle @securitytrybe.
Top YouTube Channels for Tech Mastery 🔑ℹ️⬇️
Unlock Your Tech Potential: The Best YouTube Channels for Learning Ever felt like the world of tech is just out of reach? Whether you’re diving into cybersecurity or mastering the nuances of UI/UX design, these YouTube channels will guide you every step of the way. Let’s break down the best reso
RoadToRiches

RoadToRiches

85 likes

Simple Korean Skincare Routine 🎀
A simple routine suitable for all skin types Why you need a simple skincare routine as a beginner? A simple skincare routine is important because it allows you to focus on the essential steps for healthy skin, minimizes the risk of irritation from too many products, saves time, helps you unde
BEAUTY + LIFESTYLE

BEAUTY + LIFESTYLE

171 likes

A person takes a mirror selfie, with the title "5 Simple everyday money saving tips" and a "Swipe" indicator, adorned with pink hearts and stars.
The text "Create A Budget" is displayed above a pink box explaining how to track income and expenses using apps, set against a car interior view at night.
Four meal prep containers with rice, chicken curry, and naan bread illustrate the "Meal Prep" tip, with text explaining its benefits for saving money.
5 Simple everyday money saving tips
Looking to save money without making huge sacrifices? Here are five simple everyday hacks to help you keep more cash in your wallet. These tips are easy to implement and can make a big difference in your budget. 1. Create a Budget: Track your income and expenses to understand where your money
Hon3yydew

Hon3yydew

26 likes

One bite and you’ll understand
If you need a dessert that looks impressive but takes almost zero effort… this is it. This Biscoff Cream Cheese Dessert is creamy, rich, fluffy, and dangerously addictive The best part? I used Philadelphia frosting to make it extra smooth and sweet without doing a ton of mixing or extra st
Uniquely NIQ

Uniquely NIQ

864 likes

I Didn’t Understand Digital Products Either
For the longest time, I had no idea what a digital product was. I kept hearing people talk about them online and thought they sounded complicated. Turns out… Many digital products are things you’ve probably already used. ✔️ Checklists ✔️ Planners ✔️ Journals ✔️ Templates ✔️
Jen|IncomeNext Chapter

Jen|IncomeNext Chapter

13 likes

NCLEX Bowtie Question Made Simple!
Bowtie questions look intimidating… but once you understand the structure, they actually make the NCLEX easier. 🎀✨ (📌 Full video on TT & YouTube!) Here’s what you NEED to know:⬇️ Bow-tie questions test clinical judgment. You’ll get a scenario → then you choose: 1️⃣ The most likely
Nurse Nicole

Nurse Nicole

22 likes

✨ 5 Simple Steps to Keep a Happy Relationship ✨
A healthy relationship isn’t about being perfect—it’s about choosing each other every day. ❤️ 💬 Communicate openly 🤝 Build trust and respect 🕒 Make quality time a priority 🌻 Show appreciation often 💕 Choose love, patience, and kindness daily The little things matter more than people reali
Janayjaneice ✨

Janayjaneice ✨

14 likes

What You need to know about SQL in Tech Roles
Everyone talks about how essential SQL is for landing tech roles—whether it’s data analysis, engineering, or even marketing analytics. But here’s the part they don’t emphasize enough: Practice is KING. It’s not just about learning SQL syntax or watching tutorials; it’s about doing the work—runni
NeLo

NeLo

42 likes

Simple Bible journaling Inspo
#biblejournalwithme #journalbible #biblejournalideas #bible study and prayer journal #Lemon8Diary
Lexi Brianne 🪼

Lexi Brianne 🪼

84 likes

A laptop screen displays the Bowdoin Spanish Grammar website, featuring a homepage with links to Spanish grammar exercises and an online book. Overlaid text reads 'Spanish grammar explained! ¡HOLA!'.
A close-up of a laptop screen shows the Bowdoin Spanish Grammar website, listing various Spanish grammar topics for exercises, including 'por vs. para' and 'ser vs. estar'. Overlaid text says 'list of Spanish grammar explanations/exercises'.
A laptop screen displays the 'Spanish Adjective Practice Exercise' page from the Bowdoin website, explaining adjective agreement and offering practice exercises. Overlaid text reads 'review lessons by summary or with more detailed explanation + do practice exercises'.
“Help! I don’t understand Spanish grammar!”
For the life of me I could not understand the difference between “por” and “para” in Spanish…even though I minored in the language in college! But having grammar resources like these (Bowdoin Spanish Grammar) helped tremendously because they break down the explanations, give tons of real life examp
Anaïs D’Ottavio

Anaïs D’Ottavio

197 likes

A person sits in a leather chair using a laptop, with text overlay "MASTERING SQL FOR CAREER GROWTH" and "DATA WITS", illustrating the article's main topic.
A person sits in a leather chair using a laptop, with text overlay "1. Research why SQL is a foundational skill" and "2. Learn basic SQL Queries", outlining initial steps for SQL mastery.
A person sits in a leather chair using a laptop, with text overlay "3. Use SQL in real world projects", highlighting the practical application of SQL skills for career advancement.
How to master SQL to grow your career
If you are new to the data analytics world and looking to excel your career by becoming more data literate, here are 3 things you should research to help broaden your understanding of a critical data analytics skill, SQL. - Research why SQL is a foundational skill for data professionals. -
Serena | Data

Serena | Data

1 like

The image shows an open envelope filled with US dollar bills on a dark desk, with text overlay introducing how banks make money and how individuals can too.
The image displays text explaining the basic principle that banks don't just hold money but move it, lending and investing deposits for profit.
The image lists four primary ways banks make money: through loans, various fees, investments using customer deposits, and small fees from card swipes.
how banks make money (explained simple) 💰
nobody really explains how banks make money — they just tell you to “save” and call it a day 😭 the truth is, banks don’t actually make money by holding yours. they flip it. every deposit you make gets loaned out, invested, and multiplied. they pay you maybe 1–3% interest for “saving,” then
minttalksfinance

minttalksfinance

289 likes

📖 My simple way of studying the Bible
One thing I’ve been working on is not just reading the Bible, but actually understanding it. This is the routine that has been helping me a lot: 1️⃣ I start by reading one chapter at a time (for example, a chapter from the Gospel of Mark). 2️⃣ After reading, I write notes and a summary of th
yaremata

yaremata

129 likes

How much should I focus on algorithms/SQL?
I just started prepping for DA/DS summer internships, splitting time between algorithm problems (mostly arrays, strings, linked lists so far) and SQL practice. Even medium-level questions take me way longer than I’d like 45 mins to an hour just to piece together a solution, and I still mess up edge
Billie🐻‍❄️🤍

Billie🐻‍❄️🤍

17 likes

See more