What is the default WordPress database table prefix, and why is changing it considered a security best practice?
-
A
It is 'wp_', and changing it makes SQL injection attacks targeting default table names less effective
-
B
It is 'wordpress_', and changing it speeds up database queries
-
C
It is 'db_', and changing it prevents all SQL injection attacks
-
D
It is 'wptable_', and changing it is required for multisite installations