Which is the join in which all the rows from the right table appear in the output irrespective of the content of the other table?

🎲 Try a Random Question  |  Total Questions in Quiz: 48  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
MySQL Basics Practice Test: MySQL Programs Using Perl DBI — practice the complete quiz, review flashcards, or try a random question.

Quiz on Perl script characteristics, Perl DBI.

The DBI module offers two methods for extracting data from a MySQL database: fetchrow_array() and fetchrow_arrayref(). 
You can use the DBI module to interface with MySQL. 


Which is the join in which all the rows from the right table appear in the output irrespective of the content of the other table?