-
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/
https://www.scaler.com/topics/sql-union-vs-join/
CAST function: The SQL CAST function converts the data type of an expression to the specified data type
CASE function: The CASE statement goes through conditions and return a value when the first condition is met (like an IF-THEN-ELSE statement).
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/
ORDER BY: The ORDER BY keyword is used to sort the result-set in ascending or descending order.
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.
'워커홀릭인척' 카테고리의 다른 글
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