-
AMC certification: SQL pre-assessment워커홀릭인척 2023. 8. 31. 00:02
SQL 배경 지식이 요구되는 AMC 관련 코스를 듣는 중인데 내가 아는 거라곤 셀렉트 프롬 웨어가 전부라.. 프리어세스먼트에 나온 내용이라두 익혀두고자 적어봄
JOIN vs. UNION
- Inner / Right / Let / Full Outer Join
https://www.sqlshack.com/a-step-by-step-walkthrough-of-sql-inner-join/
A step-by-step walkthrough of SQL Inner Join
This article helps to gain understanding on one of the widely used Joins clause –Sql Inner Join in Sql Server.
www.sqlshack.com
SQL Joins
W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.
www.w3schools.com
https://www.scaler.com/topics/sql-union-vs-join/
What's the Difference between JOIN and UNION in SQL? - Scaler Topics
Learn about the difference between SQL UNION vs JOIN along with their syntax and examples on Scaler Topics.
www.scaler.com
CAST function: The SQL CAST function converts the data type of an expression to the specified data type
CAST | InterSystems IRIS Data Platform 2023.2
You can cast a date to a character string data type, numeric data type, or to another date data type. Cast Date to TIMESTAMP, DATETIME, or SMALLDATETIME Casting a date to the TIMESTAMP, DATETIME, or SMALLDATETIME data type returns a timestamp of the format
docs.intersystems.com
CASE function: The CASE statement goes through conditions and return a value when the first condition is met (like an IF-THEN-ELSE statement).
MySQL CASE Function
W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.
www.w3schools.com
PARTITION BY: We use SQL PARTITION BY to divide the result set into partitions and perform computation on each subset of partitioned data.
https://www.sqlshack.com/sql-partition-by-clause-overview/
SQL PARTITION BY Clause overview
This article covers the SQL PARTITION BY clause and, in particular, the difference with GROUP BY in a select statement.
www.sqlshack.com
ORDER BY: The ORDER BY keyword is used to sort the result-set in ascending or descending order.
SQL ORDER BY Keyword
W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.
www.w3schools.com
CTE: A Common Table Expression (CTE) is the result set of a query which exists temporarily and for use only within the context of a larger query.
Common Table Expressions: When and How to Use Them
A Common Table Expression (CTE) is the result set of a query which exists temporarily and for use only within a larger query. Learn use cases for CTEs and ho…
chartio.com
'워커홀릭인척' 카테고리의 다른 글
Salsify Amazon Selling Partner API -- 1 (0) 2023.04.09 Average ROAS (Return on Advertising Spend) by category (0) 2022.02.04 11번가의 해외 사업 (0) 2021.12.14 고전하고 있는 아마존 라이브 (0) 2021.12.08 월마트의 유료 멤버십 서비스 월마트 플러스 (Walmart+) (0) 2021.12.08