Rajanikant Hawaldar
Which SQL JOIN can be applied if there is no relationship between the two tables?

Which SQL JOIN can be applied if there is no relationship between the two tables?

By Rajanikant Hawaldar in SQL Server on Mar 07 2021
  • Kiran Mohanty
    Mar, 2021 8

    CROSS join

    • 2
  • Rajeev Kumar
    Mar, 2023 17

    You can replace the JOIN keyword with a comma in the FROM clause. What do you do next? There’s no ON keyword for you to state the joining condition as there would be when using JOIN , e.g., on which two columns you want to join the tables.

    • 0
  • saravanakumar radhakrishnan
    May, 2021 15

    I think full other join

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS