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

관계 대수 기호의 LaTeX 표현

 

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

 

1. Relational Algebra

 

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

 

2. Relational Calculus

 

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

 

 

728x90
그리드형(광고전용)
⚠️AdBlock이 감지되었습니다. 원할한 페이지 표시를 위해 AdBlock을 꺼주세요.⚠️
starrykss
starrykss
별의 공부 블로그 🧑🏻‍💻


📖 Contents 📖