Logo video2dn
  • Сохранить видео с ютуба
  • Категории
    • Музыка
    • Кино и Анимация
    • Автомобили
    • Животные
    • Спорт
    • Путешествия
    • Игры
    • Люди и Блоги
    • Юмор
    • Развлечения
    • Новости и Политика
    • Howto и Стиль
    • Diy своими руками
    • Образование
    • Наука и Технологии
    • Некоммерческие Организации
  • О сайте

Скачать или смотреть 07 MySQL Tutorial for Beginners: Logical Operators (AND, OR, NOT), NULL, IS NULL Clause

  • golearnfast
  • 2015-11-03
  • 9292
07 MySQL Tutorial for Beginners: Logical Operators (AND, OR, NOT), NULL, IS NULL Clause
MySQLSQLTutorialprogramming languageLogical OperatorANDORNOTcompound conditionorder of precedenceNULLIS NULLIS NOT NULL
  • ok logo

Скачать 07 MySQL Tutorial for Beginners: Logical Operators (AND, OR, NOT), NULL, IS NULL Clause бесплатно в качестве 4к (2к / 1080p)

У нас вы можете скачать бесплатно 07 MySQL Tutorial for Beginners: Logical Operators (AND, OR, NOT), NULL, IS NULL Clause или посмотреть видео с ютуба в максимальном доступном качестве.

Для скачивания выберите вариант из формы ниже:

  • Информация по загрузке:

Cкачать музыку 07 MySQL Tutorial for Beginners: Logical Operators (AND, OR, NOT), NULL, IS NULL Clause бесплатно в формате MP3:

Если иконки загрузки не отобразились, ПОЖАЛУЙСТА, НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если у вас возникли трудности с загрузкой, пожалуйста, свяжитесь с нами по контактам, указанным в нижней части страницы.
Спасибо за использование сервиса video2dn.com

Описание к видео 07 MySQL Tutorial for Beginners: Logical Operators (AND, OR, NOT), NULL, IS NULL Clause

"Logical operators" enable us to use more than one condition in WHERE clause.
You use the AND "logical operator" to specify that the search must satisfy both of the conditions. In other words: both conditions must be true.
You can use "logical operators" in a WHERE clause to combine two or more search conditions into a compound condition.

You use the OR "logical operator" to specify that the search must satisfy at least one of the conditions.
In other words: only one of the conditions must be true.

You can use the NOT "logical operator" to negate a search condition.

The order of precedence for the logical operators affects the result of a search condition.
When MySQL evaluates a compound condition, it evaluates FIRST the AND operator and THEN the OR operator.
You can use parentheses to override the order of precedence.
If you want, you can use parentheses to clarify the sequence in which the operations are evaluated even if they're not needed for the expression to be evaluated properly, just as you can with arithmetic expressions.

A column can contain a NULL value. A NULL value is typically used to indicate that a value is not known, unavailable, or not applicable.
A NULL value is not the same as a zero or an empty string.
If you want to test for NULL values in search conditions, you have to use the IS NULL clause instead of the normal comparison operators.
A NULL value is not the same as a zero and as an empty string. The row that has a NULL value isn't included in the result set when numbers is NOT equal to zero as well. You can also use the NOT operator with the IS NULL clause.

EXERCISES for your SELF-TRAINING:
http://golearnfast.com/Quizzes.php?_S...

SCRIPT FOR THE EXAMPLES:
http://www.golearnfast.com/files/less...

SUBSCRIBE!
   / @golearnfast  

FACEBOOK
  / golearnfast  

GOOGLE+
https://plus.google.com/u/0/b/1013263...

Комментарии

Информация по комментариям в разработке

Похожие видео

  • О нас
  • Контакты
  • Отказ от ответственности - Disclaimer
  • Условия использования сайта - TOS
  • Политика конфиденциальности

video2dn Copyright © 2023 - 2025

Контакты для правообладателей [email protected]