SQL in a Nutshell, 2nd Edition [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

SQL in a Nutshell, 2nd Edition [Electronic resources] - نسخه متنی

Kevin E. Kline

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید








[SYMBOL]
[A]
[B]
[C]
[D]
[E]
[F]
[G]
[H]
[I]
[J]
[K]
[L]
[M]
[N]
[O]
[P]
[Q]
[R]
[S]
[T]
[U]
[V]
[W]
[X]
[Y]

/ division arithmetic operator

!> not greater than operator

!< not less than operator

!= not equal to operator

# (pound symbol)

## (double-pound symbol)

% modula arithmetic operator

& bitwise AND operator

> greater than operator

>= greater than or equal to operator

< less than operator

<= less than or equal to operator

* multiplication arithmetic operator

+ addition arithmetic operator

+ unary operator

- subtraction arithmetic operator

- unary operator

= assignment operator

= equal to comparison operator

^ bitwise exclusive OR operator

| bitwise OR operator

~ unary operator


/ 78