@Codingdidi
9.18K subscribers
26 photos
7 videos
47 files
260 links
Free learning Resources For Data Analysts, Data science, ML, AI, GEN AI and Job updates, career growth, Tech updates
Download Telegram
Complete topics & subtopics of hashtag #SQL for Data Analyst role:-

๐Ÿญ. ๐—•๐—ฎ๐˜€๐—ถ๐—ฐ ๐—ฆ๐—ค๐—Ÿ ๐—ฆ๐˜†๐—ป๐˜๐—ฎ๐˜…:
SQL keywords
Data types
Operators
SQL statements (SELECT, INSERT, UPDATE, DELETE)

๐Ÿฎ. ๐——๐—ฎ๐˜๐—ฎ ๐——๐—ฒ๐—ณ๐—ถ๐—ป๐—ถ๐˜๐—ถ๐—ผ๐—ป ๐—Ÿ๐—ฎ๐—ป๐—ด๐˜‚๐—ฎ๐—ด๐—ฒ (๐——๐——๐—Ÿ):
CREATE TABLE
ALTER TABLE
DROP TABLE
Truncate table

๐Ÿฏ. ๐——๐—ฎ๐˜๐—ฎ ๐— ๐—ฎ๐—ป๐—ถ๐—ฝ๐˜‚๐—น๐—ฎ๐˜๐—ถ๐—ผ๐—ป ๐—Ÿ๐—ฎ๐—ป๐—ด๐˜‚๐—ฎ๐—ด๐—ฒ (๐——๐— ๐—Ÿ):
SELECT statement (SELECT, FROM, WHERE, ORDER BY, GROUP BY, HAVING, JOINs)
INSERT statement
UPDATE statement
DELETE statement

๐Ÿฐ. ๐—”๐—ด๐—ด๐—ฟ๐—ฒ๐—ด๐—ฎ๐˜๐—ฒ ๐—™๐˜‚๐—ป๐—ฐ๐˜๐—ถ๐—ผ๐—ป๐˜€:
SUM, AVG, COUNT, MIN, MAX
GROUP BY clause
HAVING clause

๐Ÿฑ. ๐——๐—ฎ๐˜๐—ฎ ๐—–๐—ผ๐—ป๐˜€๐˜๐—ฟ๐—ฎ๐—ถ๐—ป๐˜๐˜€:
Primary Key
Foreign Key
Unique
NOT NULL
CHECK

๐Ÿฒ. ๐—๐—ผ๐—ถ๐—ป๐˜€:
INNER JOIN
LEFT JOIN
RIGHT JOIN
FULL OUTER JOIN
Self Join
Cross Join

๐Ÿณ. ๐—ฆ๐˜‚๐—ฏ๐—พ๐˜‚๐—ฒ๐—ฟ๐—ถ๐—ฒ๐˜€:
Types of subqueries (scalar, column, row, table)
Nested subqueries
Correlated subqueries

๐Ÿด. ๐—”๐—ฑ๐˜ƒ๐—ฎ๐—ป๐—ฐ๐—ฒ๐—ฑ ๐—ฆ๐—ค๐—Ÿ ๐—™๐˜‚๐—ป๐—ฐ๐˜๐—ถ๐—ผ๐—ป๐˜€:
String functions (CONCAT, LENGTH, SUBSTRING, REPLACE, UPPER, LOWER)
Date and time functions (DATE, TIME, TIMESTAMP, DATEPART, DATEADD)
Numeric functions (ROUND, CEILING, FLOOR, ABS, MOD)
Conditional functions (CASE, COALESCE, NULLIF)

๐Ÿต. ๐—ฉ๐—ถ๐—ฒ๐˜„๐˜€:
Creating views
Modifying views
Dropping views

๐Ÿญ๐Ÿฌ. ๐—œ๐—ป๐—ฑ๐—ฒ๐˜…๐—ฒ๐˜€:
Creating indexes
Using indexes for query optimization

๐Ÿญ๐Ÿญ. ๐—ง๐—ฟ๐—ฎ๐—ป๐˜€๐—ฎ๐—ฐ๐˜๐—ถ๐—ผ๐—ป๐˜€:
ACID properties
Transaction management (BEGIN, COMMIT, ROLLBACK, SAVEPOINT)
Transaction isolation levels

๐Ÿญ๐Ÿฎ. ๐——๐—ฎ๐˜๐—ฎ ๐—œ๐—ป๐˜๐—ฒ๐—ด๐—ฟ๐—ถ๐˜๐˜† ๐—ฎ๐—ป๐—ฑ ๐—ฆ๐—ฒ๐—ฐ๐˜‚๐—ฟ๐—ถ๐˜๐˜†:
Data integrity constraints (referential integrity, entity integrity)
GRANT and REVOKE statements (granting and revoking permissions)
Database security best practices

๐Ÿญ๐Ÿฏ. ๐—ฆ๐˜๐—ผ๐—ฟ๐—ฒ๐—ฑ ๐—ฃ๐—ฟ๐—ผ๐—ฐ๐—ฒ๐—ฑ๐˜‚๐—ฟ๐—ฒ๐˜€ ๐—ฎ๐—ป๐—ฑ ๐—™๐˜‚๐—ป๐—ฐ๐˜๐—ถ๐—ผ๐—ป๐˜€:
Creating stored procedures
Executing stored procedures
Creating functions
Using functions in queries

๐Ÿญ๐Ÿฐ. ๐—ฃ๐—ฒ๐—ฟ๐—ณ๐—ผ๐—ฟ๐—บ๐—ฎ๐—ป๐—ฐ๐—ฒ ๐—ข๐—ฝ๐˜๐—ถ๐—บ๐—ถ๐˜‡๐—ฎ๐˜๐—ถ๐—ผ๐—ป:
Query optimization techniques (using indexes, optimizing joins, reducing subqueries)
Performance tuning best practices

๐Ÿญ๐Ÿฑ. ๐—”๐—ฑ๐˜ƒ๐—ฎ๐—ป๐—ฐ๐—ฒ๐—ฑ ๐—ฆ๐—ค๐—Ÿ ๐—–๐—ผ๐—ป๐—ฐ๐—ฒ๐—ฝ๐˜๐˜€:
Recursive queries
Pivot and unpivot operations
Window functions (Row_number, rank, dense_rank, lead & lag)
CTEs (Common Table Expressions)
Dynamic SQL

๐—๐—ผ๐—ถ๐—ป ๐—บ๐˜† ๐—ง๐—ฒ๐—น๐—ฒ๐—ด๐—ฟ๐—ฎ๐—บ ๐—–๐—ต๐—ฎ๐—ป๐—ป๐—ฒ๐—น - https://t.me/codingdidi

If you've read so far, do LIKE the post๐Ÿ‘
๐Ÿ‘27โค3
Identifying outliers in a data science project is an important step to ensure the quality and accuracy of your analysis. Outliers can be caused by measurement errors, data entry mistakes, or even intentional manipulation. Here are some approaches you can use to identify liars in your data science project:

1. Visual Exploration: Start by visualizing your data using plots such as histograms, box plots, or scatter plots. Look for any data points that appear significantly different from the majority of the data. Outliers may appear as points that are far away from the main cluster or exhibit unusual patterns.

2. Statistical Methods: Utilize statistical methods to identify outliers. One common approach is to calculate the z-score or standard deviation of each data point and flag those that fall outside a certain threshold (e.g., more than 3 standard deviations away). Another method is the interquartile range (IQR), where data points outside the range of 1.5 times the IQR are considered outliers.

3. Domain Knowledge: Leverage your domain expertise to identify potential outliers. If you have a good understanding of the data and the context in which it was collected, you may be able to identify values that are implausible or inconsistent with what is expected.

4. Machine Learning Techniques: You can use machine learning algorithms to detect outliers. Unsupervised learning algorithms like clustering or density-based methods (e.g., DBSCAN) can help identify unusual patterns or clusters in the data that may indicate outliers.

5. Data Validation: Cross-check your data with external sources or known benchmarks. If possible, compare your data with other reliable sources or conduct external validation to verify its accuracy and consistency.

6. Outlier Detection Models: Train outlier detection models on your dataset. These models can learn patterns from the majority of the data and flag any observations that deviate significantly from those patterns.

It's important to note that not all outliers are necessarily liars or errors; some may represent valid and interesting data points. It's crucial to carefully investigate and understand the reasons behind the outliers before making any decisions about their treatment or exclusion from the analysis.



Like for more โค๏ธ
๐Ÿ‘4
Nvidia has launched multiple GenAi, and AI courses.

Check this video!

https://www.instagram.com/reel/C7hAmjyPGPc/?igsh=YzFxaTAxcTV0M2tw

FREE COURSES link:- ๐Ÿ–‡๏ธ
https://learn.nvidia.com/en-us/training/self-paced-courses



Follow for moreโค๏ธ

Don't forget to comment on the video if you want more posts like these. ๐Ÿ˜‡
๐Ÿ‘4
๐Ÿ‘‰๐Ÿ‘‰Here's how you can create a portfolio using python.

https://www.instagram.com/p/C7i_TZMSqWh/?igsh=bTd1Nmt3dnpwbHpv

If you like this post don't forget to comment "codingdidi" to get the GitHub repo link in your bio ๐Ÿ˜.


And share it with your fellow friends.

If you want me to create an explanation video on yt, comment "explain on yt* on the post



โœ… Follow @codingdidi โœ…
Swiss Re is hiring!
Position: Associate Data Analyst
Qualification: Bachelorโ€™s/ Masterโ€™s Degree
Salary: 8 LPA (Expected)
Experienc๏ปฟe: Freshers/ Experienced
Location: Bangalore, India

๐Ÿ“ŒApply Now: https://careers.swissre.com/job/Bangalore-Associate-Data-Analyst-KA/1065982501/
๐Ÿ‘2
Grow Solutions Hiring for Fresher Data Analyst              
Location: Gujrat
Qualification : Any degree       
Work Experience: Fresher        
CTC: upto 8 LPA                 
Apply Link: https://grow.keka.com/careers/jobdetails/59500


Deliveroo Hiring for Fresher Machine Learning Engineer          
Location: Hyderabad
Qualification : Any degree       
Work Experience: Fresher        
CTC: upto 8 LPA                 
Apply Link: https://boards.greenhouse.io/deliveroo/jobs/5688028?gh_src=1df4cbd01us

Like for more โค๏ธ

All the best ๐Ÿ‘๐Ÿ‘
๐Ÿ‘2โค1
Natwest Group is hiring for the role of Business Analyst.

Experince - 1 to 3 Years
Location - Chennai

Apply Link -
https://unstop.com/o/KziQcS9?lb=8eEx09ow&utm_medium=Share&utm_source=shortUrl
๐Ÿ‘1
Company name :6sense
Job role :Data Analyst II
Job type :Full-time ยท Entry level
Location : Pune
Qualifications:

Bachelorโ€™s degree in a technical or math-based discipline, or equivalent practical experience required
Minimum of 2 years of data analytics experience
Hands-on experience of advanced SQL (window functions, CTEs, etc.)
Experience working with a BI tool like such as Tableau, Chartio or Looker
Some hands-on experience with data pipelines and/or ETL processes is an added benefit


https://boards.greenhouse.io/embed/job_app?token=5962614

โœ…Follow @codingdidi
๐Ÿ‘2
Learning how to use AI TOOL is essential in 2024.

Here's the link ๐Ÿ”— for chatgpt prompts.

https://drive.google.com/file/d/1NPaJYHjHK5Youo-4utE36SuqaJi8ni4j/view?usp=sharing


Follow โœ… @codingdidi
๐Ÿ‘1๐Ÿ‘1
Here's the pdf for Data science interview questions!!


https://drive.google.com/file/d/1MfhGorMBXNAj7iHdgYO7ai0Knn8Enma9/view?usp=drive_link


๐Ÿ‘Like for more posts like these โœ…

โค๏ธFollow @Codingdidi
๐Ÿ‘7
Exciting Opportunities at Google Bangalore

Google Play Strategy & Analytics org is expanding in India, and the team is on the lookout for talented individuals to shape the future of Google Play Store. With a focus on developing and interpreting recommendations from data, the team works on a variety of challenging data science projects to drive product decisions and strategic planning for Play.

You can be a part of this journey of transformation and build world class systems! Explore and apply for open roles through the links below:

Head of Analytics: https://www.google.com/about/careers/applications/jobs/results/133671594995131078/?src=Online/Social/Googler_share&utm_medium=googler-share&utm_source=social

Product Data Scientist: https://www.google.com/about/careers/applications/jobs/results/132185041309442758/?src=Online/Social/Googler_share&utm_medium=googler-share&utm_source=social

Business Intelligence Analyst: https://www.google.com/about/careers/applications/jobs/results/85159434728153798/?src=Online/Social/Googler_share&utm_medium=googler-share&utm_source=social
๐Ÿ‘4
FREE REMOTE VIRTUAL INTERNSHIPS

Apply and boost your career with:
The Sparks Foundation Virtual Internship
Join the Data Science and Business Analytics program provided by


โœ… The Sparks Foundation:

https://internship.thesparksfoundation.info/


โœ…KPMG AU Data Analytics Virtual Experience Program

https://www.theforage.com/virtual-internships/theme/m7W4GMqeT3bh9Nb2c/KPMG-Data-Analytics-Virtual-Internship


โœ… LetsGrowMore Data Science

Virtual Program
https://letsgrowmore.in/vip/


Follow @codingdidi โค๏ธ
๐Ÿ‘9โค2๐Ÿ‘1