S

Shyam Dubey • 3.70K Points
Extraordinary

Q. What does the property spring.jpa.hibernate.ddl-auto=update do?

  • (A) Disables table creation
  • (B) Drops all tables
  • (C) Updates the schema without destroying data
  • (D) Deletes all rows from tables
  • Correct Answer - Option(C)
  • Views: 10
  • Filed under category Springboot
  • Hashtags:

Explanation by: Shyam Dubey
spring.jpa.hibernate.ddl-auto=update updates the database schema without deleting data.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.