if a columns in a table is a key in another table so you can connect both the tables to perform some operations like CRUD
first make a contoller then import the DB class
here emplyee tableβs id column is matching with company tableβs emplyee_id
Β