I found it annoying that I couldn't find any good Windows fonts containing database symbols such as join, semijoin, multi-valued dependency, etc. So I created one using CorelDraw, following the style of Computer Modern font used in TeX. Here is an example PDF file showing the symbols in this font. This PDF file was generated by Acrobat Distiller from a PowerPoint presentation.
Installation instructions:
Caution:
Tired of looking through the Windows Character Map for your favorite math symbols? George Necula's TexPoint is a wonderful PowerPoint add-in that allows you to do LaTeX-style formatting in your PowerPoint slides. I have written some TexPoint macros specifically for database symbols, which have save me tremendous amount of time in preparing slides.
Installation instructions:
\newcommand{select}{0}{\fontchr{cmmi10}{190}}
\newcommand{project}{0}{\fontchr{cmmi10}{188}}
\newcommand{rename}{0}{\fontchr{cmmi10}{189}}
\newcommand{union}{0}{\fontchr{cmsy10}{91}}
\newcommand{intersect}{0}{\fontchr{cmsy10}{92}}
\newcommand{diff}{0}{\fontchr{cmsy10}{161}}
\newcommand{cross}{0}{\fontchr{cmsy10}{163}}
\newcommand{join}{0}{\fontchr{dbsym}{33}}
\newcommand{sjoin}{0}{\fontchr{dbsym}{34}}
\newcommand{lsjoin}{0}{\fontchr{dbsym}{34}}
\newcommand{rsjoin}{0}{\fontchr{dbsym}{35}}
\newcommand{asjoin}{0}{\fontchr{dbsym}{36}}
\newcommand{lasjoin}{0}{\fontchr{dbsym}{36}}
\newcommand{rasjoin}{0}{\fontchr{dbsym}{37}}
\newcommand{ojoin}{0}{\fontchr{dbsym}{38}}
\newcommand{lojoin}{0}{\fontchr{dbsym}{39}}
\newcommand{rojoin}{0}{\fontchr{dbsym}{40}}
\newcommand{ins}{0}{\triangle}
\newcommand{del}{0}{\triangledown}
\newcommand{fd}{0}{\fontchr{cmsy10}{33}}
\newcommand{mvd}{0}{\fontchr{dbsym}{41}}
The TexPoint initialization code will be saved together with your
presentation, so there is no need to repeat the above step when you
open this presentation next time. In fact, you could create a
template presentation with the above TexPoint initialization code;
whenever you want to make a new presentation you just start with a
copy of the template presentation.
\project_{a, b} (\select_{a > 0} (R \join_{R.c = S.c} S))
Next, type alt-x x, and it will be automatically
formatted into appropriate symbols and subscripts.