How many default tables in WordPress database?
There are 12 default database tables in WordPress database as given below:
- wp_options
- wp_users
- wp_links
- wp_commentmeta
- wp_term_relationships
- wp_postmeta
- wp_posts
- wp_term_taxonomy
- wp_usermeta
- Wp_terms
- wp_termsmeta
- wp_comments
Note:
Note: “wp_” is the default prefix but you can change it with another name.
Learn more about the similar topics:
| Tutorials |
|---|
| No Content Found. |
| Exercises & Assignments |
|---|
| No Content Found. |
| Interview Questions & Answers |
|---|
| How many default tables in WordPress database? |
| Where is the WordPress content stored? |
| What is default table prefix for WordPress database? |