hi guys, I'm having two table `document` and `document_type` and `document` has a foreign key of `do

hi guys, I'm having two table document and document_type and document has a foreign key of document_type. document is a relatively large table and document_type has 10 or 20 records. What should I do when I want to get data from both tables, using JOIN or SELECT two times and use code to get the final data?
Was this page helpful?