How to store category and tags separatly on wordpress?

take a look at wp_term_taxonomy table you will see a column called taxonomy, categories has “category” taxonomy in the field for each category and tags has “post_tag” taxonomy, custom defined taxonomies are also working this way.