Drupal by default create 63 tables.
- node ( In this table store list of content types available like Article, Page etc… )
- users_field_data ( In this table store user details like name, password, mail etc… )
- user__roles (In this table store user roles based on user id)
- node_field_data ( In this table store list of articles, pages etc… )
- comment_field_data ( In this table store comments with their description )