Multiple choice technology web technology

What is property name for printing all the executed SQL statements?

  1. echo_sql

  2. show_sql

  3. print_sql

  4. display_sql

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Hibernate uses the 'show_sql' property to print all executed SQL statements to the console. This is a boolean configuration property that enables SQL logging for debugging purposes.