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

Скачать или смотреть Q12 - City ending with Vowels | REGEXP_LIKE in SQL | Regular Expression SQL |

  • Jeevan Upreti
  • 2025-09-15
  • 92
Q12 - City ending with Vowels | REGEXP_LIKE in SQL | Regular Expression SQL |
sqloracle sqloraclehackerranksqlpracticesql practiceselect querywhere clauseshortsviral shortsshort videosql in 1 minutesql practice questionssql revisioneducationdatabasedatabase conceptsql questionsdbmsproblem solvingselect in sqlwhere clause in sqlmysqldistinct in sqllike operator in sqlquery city ending with vowels in sqlJeevan Upretisubstring in sqlregexp in sqlregexpregular expression in sqlsql regexp_like
  • ok logo

Скачать Q12 - City ending with Vowels | REGEXP_LIKE in SQL | Regular Expression SQL | бесплатно в качестве 4к (2к / 1080p)

У нас вы можете скачать бесплатно Q12 - City ending with Vowels | REGEXP_LIKE in SQL | Regular Expression SQL | или посмотреть видео с ютуба в максимальном доступном качестве.

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

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

Cкачать музыку Q12 - City ending with Vowels | REGEXP_LIKE in SQL | Regular Expression SQL | бесплатно в формате MP3:

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

Описание к видео Q12 - City ending with Vowels | REGEXP_LIKE in SQL | Regular Expression SQL |

This video is based upon the concept of SQL and a part of SQL Practice Series.
If you enjoyed the video Please Like, Share & Subscribe.
#sql #select #regexp #regexp_in_sql #distinct #substr_in_sql #Regular_Expression_in_SQL #distinct_in_sql #sqlpractice #hackerrank #oraclesql

Question
Query the list of CITY names ending with vowels (a, e, i, o, u) from STATION. Your result cannot contain duplicates.

Answer
1. select distinct(City) from Station where REGEXP_LIKE(City,'[aeiou]$');
2. select distinct(City) from Station where substr(City,-1,1) in ('a','e','i','o','u');
3. select distinct(City) from Station where City like '%a' or City like '%e' or City like '%i' or City like '%o' or City like '%u';


Credit:
This video features problems sourced from HackerRank. All rights to the original problems and platform belong to HackerRank. This content is created for educational purposes to help learners understand, solve and practice challenges.
https://www.hackerrank.com


DISCLAIMER :
Video is for educational purpose only. Copyright Disclaimer Under Section 107 of the Copyright Act 1976, allowance is made for "fair use" for purposes such as criticism, comment, news reporting, teaching, scholarship, and research. Fair use is a use permitted by copyright statute that might otherwise be infringing. Non-profit, educational or personal use tips the balance in favor of fair use.

Комментарии

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

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

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

video2dn Copyright © 2023 - 2025

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