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

The 'show_sql' property in Hibernate configuration enables logging of all executed SQL statements to the console. This is essential for debugging and understanding what SQL queries Hibernate generates. Other properties like echo_sql, print_sql, and display_sql are not standard Hibernate configuration properties.