Check out this job at Concentrix: https://www.linkedin.com/jobs/view/3984923751
Check out this job at IGT Solutions: https://www.linkedin.com/jobs/view/3982433122
Data analytics isn't sexy.

Stakeholders often don't know what you bring to the table so you're pigeon-holed into...

- being seen purely for your technical skills
- creating routine reports without insights
- focusing only on data cleaning & prep
- just tracking basic metrics or KPIs
- handling ad-hoc data requests

So what can you do?

Show your stakeholders the value you bring to the table by...

- asking thoughtful questions and using them to guide your analysis
- focusing on actionable insights, not just the numbers
- understanding their business needs
- being a clear communicator
- recognizing the impact you can have
- using data visualizations to tell a compelling story
- identifying potential issues and proactively proposing solutions

This isn't an overnight change.

But if you consistently show what you can do, you'll start to build relationships with stakeholders and become their go-to for data-driven insights.
👍4
How to Find Duplicates in a Table ?

Quick Answer: Use the GROUP BY and HAVING clauses to identify rows that appear more than once.

Example: Imagine you have an employees table with columns first_name, last_name, and email. To find duplicate entries based on first_name and last_name

SELECT first_name, last_name, COUNT(*)
FROM employees
GROUP BY first_name, last_name
HAVING COUNT(*) > 1;

This query groups the rows by first_name and last_name, then filters to show only those groups with more than one occurrence, identifying the duplicates.
👍3
I need a student id for one year tableau desktop subscription. Can any one DM me
Please share one..
Check out this job at Deutsche Bank: https://www.linkedin.com/jobs/view/3991913244
Check out this job at Lloyds Technology Centre India: https://www.linkedin.com/jobs/view/3989111068