Chapter 11: SQL Operators - SQL Bible [Electronic resources] نسخه متنی

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

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

SQL Bible [Electronic resources] - نسخه متنی

Alex Kriegel

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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






Chapter 11: SQL Operators


Overview


Operators in SQL are defined as symbols and
keywords that are used to specify an action to be performed on one or more
expression called operands or
arguments.

There are two general types of
operators



Unary Operators. Applied to only one
operand at the time; the typical format is
<operator><operand>.



Binary Operators. Applied to two
operands at the time; they usually appear in format
<operand><operator><operand>.



/ 207