First Note
First Note
This is the set of techniques and tools used for the transforming of raw data into meaningful and useful
information for business analysis purposes.
It is about extracting, analyzing, visualizing, managing and storing data to create insights. These insights
help the companies to make powerful data-driven decisions. Data Science requires the usage of both
unstructured and structured data.
Position or job title
➢DATA ANALYTICS
➢DATA ANALYST
➢Data Engineer
➢BUSINESS ANALYTICSs
➢BUSINESS ANALYST
➢MARKETING DATA ANALYST
➢CUSTOMER DATA ANALYST
➢DATA MANAGEMENT
➢REPORTING ANALYST
➢DATA SCIENCE
➢PHARMA DATA ANALYST
➢SALES DATA ANALYST
➢DATA QUALITY
➢DATA GOVERNANCE
➢MIS ANALYST
sector
➢IT SECTOR
➢SOFTWARE
➢RETAIL
➢FINANCE
➢MARKETING
➢AUTOMOBILE
➢CORE
➢HOTEL
➢PHARMA
➢HEALTHCARE
➢CENTRAL GOVERNMENT
➢STATE GOVERNMENT
Jobs in industries for freshers
1. IT / software
Intel, Oracle ,Dell, Microsoft, KPMG, Amazon , flipkart)
2. Banking sec
HSBC, HDFC,ICICI, Citibank etc)
3. Gov Banking Sec
SBI, IDBI, Indian, RBI)
4. Pharmaceutical Sec
Sun Pharma, Indigene, Novartis, AstraZeneca, Pfizer, GSK, J&J)
5. Real Estate Sec
Bagmane Developers, RMZ, Embassy , Prestige)
6. Health care industry
IMS Health, ICON plc , PPD, GSK)
7. Mechanical industries
Caterpillar, John Deere, OTIS Elevator, General Electric, Mitsubishi)
8. Steel, Energy, Core companies
SAIL, TATA Steel ,Jindal Steel, Hindalco , Adani , adani , essar , L&T
9. Telecom
Airtel, Vodafone, JIO
10. Oil & gas
Exxon Mob, Shell, BP, Total)
11. Education
khan academy, BYJU’S
12. Government (state & Central Gov)
Learning Data Science is not about learning Machine Learning & DL
Things will help you to become a better data scientist and ultimately you will get your first job.
80 percent of data science work is data cleaning.
your first data science role, you will see for yourself: it’s not about doing machine learning and
Deep Learning. Because to be able to run a proper ML algorithm you have to complete many
other steps first:
Data extraction
Data collection
Data formatting
Data cleaning
Transforming your data into the right format
Discovering and understanding the data
Running other data analytics projects
Data visualization Automation the above steps and so on… Focus on the things that are
important for your next step! When you are learning data science, you should not focus on
Machine Learning, Deep Learning skills.
MS SQL_Sever_2012
SQL is a standard language for accessing and manipulating databases.
What is SQL?
SQLTutorials
SQL Structured Query Language are used for manage data in database like
insertion of data, deletion of data from database. In this tutorial we will give you
simple and easy study material related to SQL.
SQLBorn
SQL (Structure Query Language) was initially developed at IBMby Donald
D. Chamberlin and Raymond F. Boyce in the early 1970s.This version,
initially called SEQUEL(Structured English Query Language).
Prerequisites
Before learning SQL no need of knowledge of any Computer programming
language, because this is different from C, C++ and other programming
language. SQL is used for database relatedoperation.
Features of SQL:
SQL is not a case sensitive language.
Every command in SQL should ends with semicolon (;).
SQL can also called as sequel (SEQUEL).
SQL Types Commands (Sub Language)
SQL is mainly divided into four sub language
Data Definition Language(DDL)
Data Manipulation Language(DML)
Transaction Control Language(TCL)
Data Control Language(DCL)
What Can SQL do?
SQL follows some unique set of rules and guidelines called Syntax. Some
basic guidelines related to SQL Syntax are given below;
SQL is not case sensitive. Commonly SQL keywords are written in
uppercase.
Youcan write SQL statements in one line or in multiple lines.
SQL are depends on relational algebra and tuple are relational calculus.
SQLstatement
SQL statements are started with any of the SQL commands/keywords like
SELECT, INSERT, UPDATE, DELETE, ALTER, DROP etc. and the
statement ends with a semicolon (;).
Most Important SQLCommands
In SQL Data Type defines a kind of value that a column can contain
Datetimeoffset The same as datetime2 with the addition of a time zone offset 8-10 bytes
Timestamp Stores a unique number that gets updated every time a row gets
created or modified. The timestamp value is based upon an
internal clock and does not correspond to real time. Each table
may have only one timestamp variable
Note: Data Type varies from database to database. For example, MySQLsupports INT but Oracle
supports NUMBER for integer values.