41 How to find records which are not in another table in sql

Поделиться
HTML-код
  • Опубликовано: 6 сен 2024
  • How to find records which are not in another table in sql
    Download the scripts used in the video from here: drive.google.c...
    SQL Server tutorials: • SQL tutorial for begin...
    SQL Server Developer Interview questions: • SQL Server Questions
    Inner join in SQL Server: • 35 What is inner join ...
    How to find records which are not in another table in sql
    how to find records that are not in another table in sql
    Find records from one table which don't exist in another
    How to select all records from one table that do not exist in
    Happy Learning.
    If you have any questions or suggestions please comment on the video or write to me at “aqil33@gmail.com”

Комментарии • 6

  • @buddhikaperera5716
    @buddhikaperera5716 6 месяцев назад

    thanks . this help me very much

  • @Booleys
    @Booleys Год назад

    About aliasing, customer as c, orders as o would be more clear 👊🏻

    • @learnssis
      @learnssis  Год назад +1

      Thanks for your suggestion, that sounds great.

  • @AK-cc8st
    @AK-cc8st Год назад +1

    u have NOT EXISTS option. Much better solution

    • @learnssis
      @learnssis  Год назад +2

      Yes, You will see that in coming videos. I am planning to make 3 videos on this topic. Left join, not in and Not exists.