-->

별의 공부 블로그 🧑🏻‍💻
728x90

관계 대수 기호의 LaTeX 표현

 

관계 대수(Relational Algebra)에 쓰이는 기호들을 LaTeX로 표현할 때, 다음과 같이 사용한다.

 

1. Relational Algebra

 

Operator Symbol  LATEX
 select  σ \sigma 
 project  π \pi 
 union   \cup 
 set difference    -
 Cartesian product  ×  \times
 rename ρ  \rho
 equals  =  =
 not equals    \neq
 greater than or equal to  \geq
 less than or equal to    \leq
 greater than  >  >
 less than  <  <
 subscript  asubscript  a_{subscipt}
 temporary assignment    \leftarow
 division  ÷  \div
 natural join    \bowtie
 aggregate functions  g  g

 

2. Relational Calculus

 

Operator Symbol  LATEX
 curly brace {} \{ \}
 pipe \mid
 there exists \exists
 for all \forall
 in  \in
 and  \land
 or \lor
 not ¬  \lnot

 

 

728x90


📖 Contents 📖
관계 대수 기호의 LaTeX 표현