Data Analytics
108K subscribers
127 photos
2 files
824 links
Perfect channel to learn Data Analytics

Learn SQL, Python, Alteryx, Tableau, Power BI and many more

For Promotions: @coderfun @love_data
Download Telegram
Data Analyst Interview Questions with Answers: Part-9

81. How do you analyze a sales drop?
“First, I confirm the drop by comparing it with the previous period. Then I break the data by dimensions like time, region, product, and channel to identify where the decline is happening. Once I isolate the problem area, I look for possible reasons such as reduced traffic, pricing changes, or stock issues, and then I validate the findings with data.”

82. How do you define success metrics?
“I define success metrics based on the business objective. For example, if the goal is revenue growth, I track metrics like sales growth rate and average order value. If it’s a marketing campaign, I focus on conversion rate and ROI. I avoid vanity metrics and stick to what actually drives decisions.”

83. What business metrics have you worked on?
“I’ve worked on metrics like revenue, month-over-month growth, customer churn, retention rate, average order value, and conversion rate. These metrics helped stakeholders understand performance and take corrective actions.”

84. How do you prioritize insights?
“I prioritize insights based on business impact and urgency. An insight affecting revenue or customer retention gets higher priority than a minor operational issue. I also consider stakeholder expectations and timelines before finalizing priorities.”

85. How do you validate insights before sharing them?
“I validate insights by cross-checking numbers with the source data, recalculating key metrics, comparing trends with historical data, and sometimes reviewing them with stakeholders. This ensures accuracy and avoids wrong decisions.”

86. What questions do you ask stakeholders before starting analysis?
“I usually ask what decision they want to make using the data, which metrics define success, the time period they care about, and who the final audience is. These questions help me align the analysis with business needs.”

87. How do you handle vague or unclear requirements?
“When requirements are vague, I ask follow-up questions and create a basic draft or sample dashboard. I share it early, collect feedback, and iterate. This approach saves time and ensures expectations are aligned.”

88. How do you measure the business impact of your work?
“I measure impact by linking insights to outcomes like revenue increase, cost reduction, time saved, or process improvement. For example, a dashboard that reduced manual reporting time by 40% is a clear business impact.”

89. How do you explain numbers to non-technical managers?
“I avoid technical terms and focus on what the numbers mean for the business. I use simple visuals, highlight trends, and clearly explain the implication and recommended action instead of explaining how the data was processed.”

90. How do you recommend actions based on data?
“I follow a simple structure: what happened, why it happened, and what should be done next. I always back recommendations with data and, if possible, estimate the potential impact so stakeholders can make informed decisions.”

Double Tap ♥️ For Part-10
25
Data Analyst Interview Questions with Answers: Part-10

91. Explain your best data analytics project.
“In my recent project, I worked on a sales performance dashboard. The objective was to understand why growth had slowed. I used SQL to extract data from sales and customer tables, cleaned it using Power Query, and built a Power BI dashboard showing revenue trends, top products, and regional performance. The insights helped the business focus on underperforming regions.”

92. What data sources did you use?
“I mainly worked with structured data from relational databases like sales, customers, and product tables. In some cases, I also used Excel files shared by business teams.”

93. How did you clean the data?
“I removed duplicate records, handled missing values based on business logic, standardized text fields like region names, and corrected data types such as dates stored as text. This ensured consistency before analysis.”

94. What insight had the most impact?
“The most impactful insight was identifying that a specific region was driving the overall sales decline due to reduced customer traffic. This helped the team take targeted action instead of broad changes.”

95. What challenges did you face in the project?
“One challenge was inconsistent data coming from multiple sources. I resolved this by validating data with stakeholders and applying clear transformation rules in Power Query.”

96. How did you solve that challenge?
“I created a clean data model, documented assumptions, and validated key metrics with the business team before finalizing the dashboard. This reduced rework later.”

97. How did stakeholders use your dashboard?
“Stakeholders used the dashboard to track daily performance, compare regions, and identify problem areas quickly. It reduced dependency on manual reports.”

98. What would you improve if you did the project again?
“I would automate more data refresh processes and include predictive indicators like early warning signals for sales drops.”

99. How do you handle tight deadlines?
“I prioritize tasks based on impact, focus on core metrics first, and deliver a working version quickly. I then improve it iteratively based on feedback.”

100. Why should we hire you as a data analyst?
“I combine strong technical skills with business understanding. I don’t just analyze data—I translate it into clear insights and actionable recommendations that help teams make better decisions.”

Double Tap ♥️ For More
20👎1
Which clause most commonly uses subqueries?
Anonymous Quiz
12%
A. ORDER BY
24%
B. GROUP BY
61%
C. WHERE
3%
D. LIMIT
5
5
🔹 DATA ANALYST – INTERVIEW REVISION SHEET

1️⃣ Role Clarity
> “A data analyst collects, cleans, analyzes data, and converts it into insights that help businesses make decisions.”

2️⃣ SQL (Most Important)
Must-know clauses:
• SELECT, WHERE, ORDER BY, LIMIT
• GROUP BY, HAVING
• JOINS (INNER, LEFT)
• Subqueries, CTEs
• Window functions (ROW_NUMBER, RANK)
Golden rules:
• WHERE → before aggregation
• HAVING → after aggregation
• LEFT JOIN → keeps all left table rows
• NULLs break calculations → use COALESCE
Classic questions:
• Top N per group
• Find duplicates
• Running totals

3️⃣ Excel Essentials
Formulas:
• IF, XLOOKUP
• COUNTIFS, SUMIFS
• TRIM, LEFT, RIGHT
Core features:
• Pivot tables
• Conditional formatting
• Data validation (dropdowns)
Avoid:
• Merged cells
• Hard-coded values

4️⃣ Power BI / Tableau
Concepts:
• Data model (star schema)
• Relationships (one-to-many)
• Measures > calculated columns
Must-know DAX:
• Total Sales = SUM(Sales[Amount])
• YTD Sales = TOTALYTD(SUM(Sales[Amount]), Sales[Date])
Design rules:
• KPIs on top
• One story per dashboard
• Minimal visuals

5️⃣ Statistics (Only What Matters)
• Mean vs Median
• Standard deviation
• Correlation ≠ causation
• Outliers distort averages
• Use median for Salaries, House prices

6️⃣ Data Cleaning (Interview Gold)
Steps you should say:
1. Remove duplicates
2. Handle missing values
3. Fix data types
4. Standardize text

7️⃣ Business Metrics
• Revenue
• Growth rate
• Conversion rate
• Churn
• Retention
• Average order value
Always connect metrics to business impact.

8️⃣ Case Question Framework (Very Important)
Always answer like this:
1. What happened
2. Why it happened
3. What should be done
Example:
> “Sales dropped due to lower traffic in one region, so I’d recommend increasing marketing spend there.”

9️⃣ Project Explanation Template
> “The goal was . I used to clean data, to analyze, and to visualize. The key insight was . The business impact was .”
Memorize this.

🔟 HR Power Answers
Why data analyst?
> “I enjoy finding patterns in data and turning them into actionable insights.”
Strength:
“I combine technical skills with business understanding.”
Weakness:
“I used to over-analyze, but now I focus on impact.”

🧠 Last-Day Interview Tips
• Think out loud
• Ask clarifying questions
• Don’t jump to tools immediately
• Focus on impact, not syntax

💬 Tap ❤️ for more!
19👍2
Step-by-Step Approach to Learn Data Analytics 📈🧠

Excel Fundamentals:
Master formulas, pivot tables, data validation, charts, and graphs.

SQL Basics:
Learn to query databases, use SELECT, FROM, WHERE, JOIN, GROUP BY, and aggregate functions.

Data Visualization:
Get proficient with tools like Tableau or Power BI to create insightful dashboards.

Statistical Concepts:
Understand descriptive statistics (mean, median, mode), distributions, and hypothesis testing.

Data Cleaning & Preprocessing:
Learn how to handle missing data, outliers, and data inconsistencies.

Exploratory Data Analysis (EDA):
Explore datasets, identify patterns, and formulate hypotheses.

Python for Data Analysis (Optional but Recommended):
Learn Pandas and NumPy for data manipulation and analysis.

Real-World Projects:
Analyze datasets from Kaggle, UCI Machine Learning Repository, or your own collection.

Business Acumen:
Understand key business metrics and how data insights impact business decisions.

Build a Portfolio:
Showcase your projects on GitHub, Tableau Public, or a personal website. Highlight the impact of your analysis.

👍 Tap ❤️ for more!
25👍5
If you want to Excel as a Data Analyst, master these powerful skills:

SQL Queries – SELECT, JOINs, GROUP BY, CTEs, Window Functions
Excel Functions – VLOOKUP, XLOOKUP, PIVOT TABLES, POWER QUERY
Data Cleaning – Handle missing values, duplicates, and inconsistencies
Python for Data Analysis – Pandas, NumPy, Matplotlib, Seaborn
Data Visualization – Create dashboards in Power BI/Tableau
Statistical Analysis – Hypothesis testing, correlation, regression
ETL Process – Extract, Transform, Load data efficiently
Business Acumen – Understand industry-specific KPIs
A/B Testing – Data-driven decision-making
Storytelling with Data – Present insights effectively

Like it if you need a complete tutorial on all these topics! 👍❤️
41👍14
SQL Interview Challenge! 🧠💻

𝗜𝗻𝘁𝗲𝗿𝘃𝗶𝗲𝘄𝗲𝗿: Find all employees who *don’t have a manager* (i.e., manager_id is NULL) and list their names and departments.

𝗠𝗲: Using WHERE with IS NULL:

SELECT name, department
FROM employees
WHERE manager_id IS NULL;

Why it works:
IS NULL filters rows where manager_id is missing.
– Simple and fast for identifying top-level employees in an organization.

🔎 Bonus Tip: Combine with LEFT JOIN to also include department names from another table if needed.

💬 Tap ❤️ if this helped you!
29👍7
📊 Complete Roadmap to Become a Power BI Expert

📂 1. Understand Basics of Data & BI
– What is Business Intelligence?
– Importance of data visualization

📂 2. Learn Power BI Interface
– Power BI Desktop overview
– Power Query Editor basics

📂 3. Connect to Data Sources
– Excel, SQL Server, SharePoint, APIs, CSV, etc.

📂 4. Data Transformation & Cleaning
– Use Power Query to shape, clean, and prepare data

📂 5. Learn Data Modeling
– Create relationships between tables
– Understand star schema & normalization basics

📂 6. Master DAX (Data Analysis Expressions)
– Calculated columns, measures, time intelligence functions

📂 7. Create Interactive Visualizations
– Charts, slicers, maps, tables, and custom visuals

📂 8. Build Dashboards & Reports
– Combine visuals for insightful dashboards
– Use bookmarks, drill-throughs, tooltips

📂 9. Publish & Share Reports
– Power BI Service basics
– Sharing, workspaces, and app creation

📂 10. Learn Power BI Administration
– Row-level security (RLS)
– Gateway setup & scheduled refresh

📂 11. Practice Real-World Projects
– Sales dashboards, financial reports, customer insights

👍 Like for more!
19
SQL From Basic to Advanced level

Basic SQL is ONLY 7 commands:
- SELECT
- FROM
- WHERE (also use SQL comparison operators such as =, <=, >=, <> etc.)
- ORDER BY
- Aggregate functions such as SUM, AVERAGE, COUNT etc.
- GROUP BY
- CREATE, INSERT, DELETE, etc.
You can do all this in just one morning.

Once you know these, take the next step and learn commands like:
- LEFT JOIN
- INNER JOIN
- LIKE
- IN
- CASE WHEN
- HAVING (undertstand how it's different from GROUP BY)
- UNION ALL
This should take another day.

Once both basic and intermediate are done, start learning more advanced SQL concepts such as:
- Subqueries (when to use subqueries vs CTE?)
- CTEs (WITH AS)
- Stored Procedures
- Triggers
- Window functions (LEAD, LAG, PARTITION BY, RANK, DENSE RANK)
These can be done in a couple of days.
Learning these concepts is NOT hard at all

- what takes time is practice and knowing what command to use when. How do you master that?
- First, create a basic SQL project
- Then, work on an intermediate SQL project (search online) -

Lastly, create something advanced on SQL with many CTEs, subqueries, stored procedures and triggers etc.

This is ALL you need to become a badass in SQL, and trust me when I say this, it is not rocket science. It's just logic.

Remember that practice is the key here. It will be more clear and perfect with the continous practice

Best telegram channel to learn SQL: https://t.me/sqlanalyst

Data Analyst Jobs👇
https://t.me/jobs_SQL

Join @free4unow_backup for more free resources.

Like this post if it helps 😄❤️

ENJOY LEARNING 👍👍
18👍1
Top Career Paths in Data Analytics 📊💼

1️⃣ Data Analyst
🔹 Analyzes data to drive business decisions
🔹 Creates reports, dashboards, and visualizations
🔹 Skills: SQL, Excel, Tableau, Power BI

2️⃣ Data Scientist
🔹 Extracts insights from complex data using ML stats
🔹 Builds predictive models and algorithms
🔹 Skills: Python, R, ML, stats

3️⃣ Business Intelligence (BI) Analyst
🔹 Translates data into business actions
🔹 Focus on reporting and data visualization
🔹 Skills: BI tools, SQL, data warehousing

4️⃣ Data Engineer
🔹 Builds and maintains data pipelines
🔹 Ensures data quality and infrastructure
🔹 Skills: SQL, Python, data warehousing, ETL

5️⃣ Marketing Analyst
🔹 Analyzes customer data for marketing insights
🔹 Optimizes campaigns and strategies
🔹 Skills: Analytics tools, SQL, marketing metrics

6️⃣ Financial Analyst
🔹 Uses data for financial planning and analysis
🔹 Forecasting, budgeting, and reporting
🔹 Skills: Excel, financial modeling, SQL

7️⃣ Operations Analyst
🔹 Improves business processes using data
🔹 Focus on efficiency and optimization
🔹 Skills: Process mapping, SQL, analytics tools

8️⃣ Data Visualization Specialist
🔹 Creates visual stories with data
🔹 Uses tools like Tableau, Power BI, D3.js
🔹 Skills: Design, storytelling, BI tools

9️⃣ Quantitative Analyst
🔹 Applies math models to financial data
🔹 Risk analysis, trading strategies
🔹 Skills: Math, Python, financial markets

🔟 Data Analytics Consultant
🔹 Helps businesses implement data strategies
🔹 Focus on insights and problem-solving
🔹 Skills: Analytics tools, business acumen

💡 Double Tap ♥️ For More
21
🚨Do not miss this (Top FREE AI certificate courses)
Enroll now in these 50+ Free AI certification courses , available for a limited time: https://docs.google.com/spreadsheets/d/1k0XXLD2e8FnXgN2Ja_mG4MI7w1ImW5AF_JKWUscTyq8/edit?usp=sharing

LIFETIME ACCESS
Top FREE AI, ML, & Python Certificate courses which will help to boost resume & in getting better jobs.
6
PREPARATION GUIDE FOR DATA ANALYST INTERVIEW

👉 Review the job description and requirements: Carefully review the job description and requirements for the data analyst position to understand the specific skills and knowledge required.

👉 Brush up on data analysis concepts and techniques: Make sure you have a solid understanding of data analysis concepts, such as data cleaning, data visualization, and statistical analysis. Review the basics of these techniques, and be familiar with the tools and software used for data analysis.

👉 Study data visualization tools: Familiarize yourself with data visualization tools like Tableau, PowerBI, and others, and be able to explain how to use them to analyze and present data.

👉 Brush up on SQL: SQL is a key tool for data analysts, so be sure to review basic SQL commands and be familiar with more advanced concepts such as joining tables and aggregating data.

👉 Practice your communication skills: Data analysts need to be able to effectively communicate their findings to others, so make sure you have strong written and verbal communication skills.

👉 Be prepared to discuss real-life examples: Be prepared to discuss specific examples of data analysis projects you have worked on, and be able to explain the methods and techniques you used to complete them.

👉 Review the company's data and analytics strategy: Research the company's data and analytics strategy, and be prepared to discuss how your skills and experience align with their goals and objectives.

👉 Free learning resources

https://t.me/free4unow_backup/361

ENJOY LEARNING 👍👍
9
Scenario-Based Data Analyst Practice Questions with Answers 📊🔥

🔍 Q1. Sales dropped by 20% last month. How would you analyze the problem?
Answer:
Compare sales with previous months
Break down by region, product, and customer segment
Check seasonal trends and external factors
Identify root cause using data patterns

🔍 Q2. You find missing values in a dataset. What will you do?
Answer:
Remove rows if data is small
Replace with mean/median/mode
Use interpolation or business logic
Analyze impact before handling

🔍 Q3. A stakeholder asks for insights from raw data. What steps will you follow?
Answer:
Data collection → Data cleaning → Data exploration → Analysis → Visualization → Business insights.

🔍 Q4. How would you identify top-performing products?
Answer:
Use revenue or sales metrics, apply sorting or ranking, and compare performance across categories.

🔍 Q5. How do you explain technical results to non-technical stakeholders?
Answer:
Use simple language, charts, dashboards, and focus on business impact instead of technical details.

🔍 Q6. How would you detect outliers in data?
Answer:
Use box plots, statistical methods (IQR, Z-score), or visualization techniques.

🔍 Q7. A dashboard is slow. How would you improve performance?
Answer:
Optimize queries, reduce data size, remove unnecessary visuals, improve data model.

🔍 Q8. How would you measure customer churn?
Answer:
Calculate customers lost during a period ÷ total customers at the start × 100.

🔍 Q9. What would you check before trusting a dataset?
Answer:
Data source reliability, missing values, duplicates, consistency, and accuracy.

🔍 Q10. How do you prioritize multiple analysis requests?
Answer:
Based on business impact, urgency, stakeholder needs, and deadlines.

Double Tap ♥️ For More
19👍1👏1
SQL Roadmap: Step-by-Step Guide to Master SQL 🧠💻

Whether you're aiming to be a backend dev, data analyst, or full-time SQL pro — this roadmap has got you covered 👇

📍 1. SQL Basics
⦁  SELECT, FROM, WHERE
⦁  ORDER BY, LIMIT, DISTINCT 
   Learn data retrieval & filtering.

📍 2. Joins Mastery
⦁  INNER JOIN, LEFT/RIGHT/FULL OUTER JOIN
⦁  SELF JOIN, CROSS JOIN 
   Master table relationships.

📍 3. Aggregate Functions
⦁  COUNT(), SUM(), AVG(), MIN(), MAX() 
   Key for reporting & analytics.

📍 4. Grouping Data
⦁  GROUP BY to group
⦁  HAVING to filter groups 
   Example: Sales by region, top categories.

📍 5. Subqueries & Nested Queries
⦁  Use subqueries in WHERE, FROM, SELECT
⦁  Use EXISTS, IN, ANY, ALL 
   Build complex logic without extra joins.

📍 6. Data Modification
⦁  INSERT INTO, UPDATE, DELETE
⦁  MERGE (advanced) 
   Safely change dataset content.

📍 7. Database Design Concepts
⦁  Normalization (1NF to 3NF)
⦁  Primary, Foreign, Unique Keys 
   Design scalable, clean DBs.

📍 8. Indexing & Query Optimization
⦁  Speed queries with indexes
⦁  Use EXPLAIN, ANALYZE to tune 
   Vital for big data/enterprise work.

📍 9. Stored Procedures & Functions
⦁  Reusable logic, control flow (IF, CASE, LOOP) 
   Backend logic inside the DB.

📍 10. Transactions & Locks
⦁  ACID properties
⦁  BEGIN, COMMIT, ROLLBACK
⦁  Lock types (SHARED, EXCLUSIVE) 
   Prevent data corruption in concurrency.

📍 11. Views & Triggers
⦁  CREATE VIEW for abstraction
⦁  TRIGGERS auto-run SQL on events 
   Automate & maintain logic.

📍 12. Backup & Restore
⦁  Backup/restore with tools (mysqldump, pg_dump) 
   Keep your data safe.

📍 13. NoSQL Basics (Optional)
⦁  Learn MongoDB, Redis basics
⦁  Understand where SQL ends & NoSQL begins.

📍 14. Real Projects & Practice
⦁  Build projects: Employee DB, Sales Dashboard, Blogging System
⦁  Practice on LeetCode, StrataScratch, HackerRank

📍 15. Apply for SQL Dev Roles
⦁  Tailor resume with projects & optimization skills
⦁  Prepare for interviews with SQL challenges
⦁  Know common business use cases

💡 Pro Tip: Combine SQL with Python or Excel to boost your data career options.

💬 Double Tap ♥️ For More!
20
SQL Aggregate Functions Practice Questions with Answers 🧠📊

🔎 Q1. Find the total salary of all employees.
🗂️ Table: "employees(emp_id, name, salary)"

Answer:
SELECT SUM(salary) AS total_salary
FROM employees;

 

🔎 Q2. Calculate the average salary of employees.
🗂️ Table: "employees(emp_id, name, salary)"

Answer:
SELECT AVG(salary) AS avg_salary
FROM employees;

 

🔎 Q3. Count total number of employees in the company.
🗂️ Table: "employees(emp_id, name)"

Answer:
SELECT COUNT(*) AS total_employees
FROM employees;

 

🔎 Q4. Find the highest and lowest salary.
🗂️ Table: "employees(emp_id, name, salary)"

Answer:
SELECT MAX(salary) AS highest_salary,
MIN(salary) AS lowest_salary
FROM employees;

 

🔎 Q5. Get total salary paid in each department.
🗂️ Table: "employees(emp_id, name, department_id, salary)"

Answer:
SELECT department_id,
SUM(salary) AS total_salary
FROM employees
GROUP BY department_id;

Double Tap ♥️ For More
31
SQL Aggregate Functions Questions with Answers Part-2 🚀📊

🔎 Q1. Find departments where the average salary is greater than 70,000.
🗂️ Table: "employees(emp_id, name, department_id, salary)"

Answer:
SELECT department_id, AVG(salary) AS avg_salary
FROM employees
GROUP BY department_id
HAVING AVG(salary) > 70000;


🔎 Q2. Count employees in each department having more than 5 employees.
🗂️ Table: "employees(emp_id, name, department_id)"

Answer:
SELECT department_id, COUNT(*) AS total_employees
FROM employees
GROUP BY department_id
HAVING COUNT(*) > 5;


🔎 Q3. Find the department with the highest total salary.
🗂️ Table: "employees(emp_id, department_id, salary)"

Answer:
SELECT department_id
FROM employees
GROUP BY department_id
ORDER BY SUM(salary) DESC
LIMIT 1;


🔎 Q4. Get departments where the minimum salary is greater than 30,000.
🗂️ Table: "employees(emp_id, department_id, salary)"

Answer:
SELECT department_id, MIN(salary) AS min_salary
FROM employees
GROUP BY department_id
HAVING MIN(salary) > 30000;


🔎 Q5. Find the difference between highest and lowest salary in each department.
🗂️ Table: "employees(emp_id, department_id, salary)"

Answer:
SELECT department_id, MAX(salary) - MIN(salary) AS salary_difference
FROM employees
GROUP BY department_id;


Double Tap ♥️ For More
23
Most Asked SQL Interview Questions at MAANG Companies🔥🔥

Preparing for an SQL Interview at MAANG Companies? Here are some crucial SQL Questions you should be ready to tackle:

1. How do you retrieve all columns from a table?

SELECT * FROM table_name;

2. What SQL statement is used to filter records?

SELECT * FROM table_name
WHERE condition;

The WHERE clause is used to filter records based on a specified condition.

3. How can you join multiple tables? Describe different types of JOINs.

SELECT columns
FROM table1
JOIN table2 ON table1.column = table2.column
JOIN table3 ON table2.column = table3.column;

Types of JOINs:

1. INNER JOIN: Returns records with matching values in both tables

SELECT * FROM table1
INNER JOIN table2 ON table1.column = table2.column;

2. LEFT JOIN: Returns all records from the left table & matched records from the right table. Unmatched records will have NULL values.

SELECT * FROM table1
LEFT JOIN table2 ON table1.column = table2.column;

3. RIGHT JOIN: Returns all records from the right table & matched records from the left table. Unmatched records will have NULL values.

SELECT * FROM table1
RIGHT JOIN table2 ON table1.column = table2.column;

4. FULL JOIN: Returns records when there is a match in either left or right table. Unmatched records will have NULL values.

SELECT * FROM table1
FULL JOIN table2 ON table1.column = table2.column;

4. What is the difference between WHERE & HAVING clauses?

WHERE: Filters records before any groupings are made.

SELECT * FROM table_name
WHERE condition;

HAVING: Filters records after groupings are made.

SELECT column, COUNT(*)
FROM table_name
GROUP BY column
HAVING COUNT(*) > value;

5. How do you calculate average, sum, minimum & maximum values in a column?

Average: SELECT AVG(column_name) FROM table_name;

Sum: SELECT SUM(column_name) FROM table_name;

Minimum: SELECT MIN(column_name) FROM table_name;

Maximum: SELECT MAX(column_name) FROM table_name;

Here you can find essential SQL Interview Resources👇
https://t.me/mysqldata

Like this post if you need more 👍❤️

Hope it helps :)
17