当前位置:网站首页>CPDA|How Operators Learn Data Analysis (SQL) from Negative Foundations
CPDA|How Operators Learn Data Analysis (SQL) from Negative Foundations
2022-08-05 02:48:00 【hb15302782362】
CPDA|How operators learn data analysis (SQL) from negative foundations
Every newcomer will realize that operation is a job that does not seem to have its own core competitiveness and sense of security.Because every day's work seems to be surrounded by all kinds of trivial matters, and there is only one theme that is eternal, that is - raising needs, constantly raising various needs.
Operators need a hard core skill to enhance their professional value and improve their sense of occupational security, instead of waiting for various scheduling every day: data analysis scheduling, product design scheduling, UI scheduling,Development schedule.
Operations urgently need to use SQL tools to discover more business value from data in time and improve their output.

SQL is probably the most and most important tool used by Internet companies for data analysis. In the entire data analysis process, using SQL to extract data may account for 50%-80% of the entire data analysis process.As for many data analysts, they are nicknamed "Sql Boy/Girl".
The function of the mysql database can be summed up in four words: additions, deletions, changes, and inquiries.
But for us, we can only use the database query function, other permissions are impossible to open to you.
If you think the database is jerky, you can understand it like this:
•SQL?Is an order to access data
• Database?It's like a folder
•Datasheets?It is equivalent to an Excel file in the folder
– the table name is the file name
– each column in the table has a name, which is the column name, and can also be a field
SQL learning can be divided into three parts:
simple query,
associated query,
function reference.
What is a query?
After the database is established, through the most commonly used statement SELECT in the sql command, let us view the data saved in the database, and can conduct certain analysis and induction.
Simple query:
The complete format of the SELECT statement includes 6 clauses:
1. FROM clause: query the table of data and specify the source of the data.
2. WHERE clause: filter conditions for query data.
3. GROUP BY clause: Group the query results matching the WHERE clause.
4. HAVING clause: Condition the grouped results.
5. ORDER BY clause: sort the query results, followed by DESC descending or ASC ascending (default).
6, LIMIT clause: limit the number of rows in the displayed results of the query.
Associated query:
If you want to query multiple tables, you need to use a connection.
Join query is to join two or more tables together to obtain data, which is the most important query in relational database.The connection methods of tables mainly include inner join, outer join and cross join.
1. From specifies the query table name and gives an alias.
2, left join left outer join, all records in the left table and matching records in the right table appear in the query results.
3, inner join inner join, the common records of the left table and the right table appear in the query results.
4, right join right outer join, all records in the right table and matching records in the left table appear in the query results.
5. on Specify the associated conditions.
The result of table join can be clearly displayed by the graph.
Function reference:
The use of functions can improve the efficiency of sql. The most commonly used functions are:
Logical operations: and, or, not;
Numerical operations: round, floor, ceil, rand, exp, sqrt, etc.;
Date functions: from_unixtime, unix_timestamp, year, month, day, hour, minute, second, weekofyear, detediff, date_add, date_sub, etc.;
Conditional functions: if, coalesce, case when, etc.;
String functions: concat, substr, trim, reverse, split, etc.;
Set statistics functions: count, sum, max, min, percentile, etc.
边栏推荐
- QT语言文件制作
- [Fortune-telling-60]: "The Soldier, the Tricky Way"-2-Interpretation of Sun Tzu's Art of War
- private package
- 正则表达式,匹配中间的某一段字符串
- 倒计时 2 天|云原生 Meetup 广州站,等你来!
- Gantt chart is here, project management artifact, template is used directly
- Countdown to 2 days|Cloud native Meetup Guangzhou Station, waiting for you!
- 解决端口占用问题 Port xxxx was already in use
- OpenGL 工作原理
- 解决connect: The requested address is not valid in its context
猜你喜欢

Access Characteristics of Constructor under Inheritance Relationship

Cloud Native (32) | Introduction to Platform Storage System in Kubernetes

J9 Digital Currency: What is the creator economy of web3?

Multithreading (2)

How Jin Cang database correctness verification platform installation file

OpenGL 工作原理

Quickly learn chess from zero to one

C语言实现简单猜数字游戏

mysql can't Execute, please solve it

Common hardware delays
随机推荐
VSCode Change Default Terminal 如何修改vscode的默认terminal
ARM Mailbox
leetcode - symmetric binary tree
[In-depth study of 4G/5G/6G topic-51]: URLLC-16-"3GPP URLLC related protocols, specifications, and technical principles in-depth interpretation"-11-High reliability technology-2-Link adaptive enhancem
Solve the problem of port occupancy Port xxxx was already in use
程序员的七夕浪漫时刻
[Decryption] Can the NFTs created by OpenSea for free appear in my wallet without being chained?
C语言实现简单猜数字游戏
select tag custom style
mysql can't Execute, please solve it
How to transfer a single node of Youxuan database to a cluster
(11) Metaclass
Question about #sql shell#, how to solve it?
Beidou no. 3 short message terminal high slope in open-pit mine monitoring programme
[LeetCode Brush Questions] - Sum of Numbers topic (more topics to be added)
继承关系下构造方法的访问特点
腾讯云【Hiflow】新时代自动化工具
02 [Development Server Resource Module]
(十一)元类
Ant Sword Advanced Module Development