I need a sql query tahta allows me to "select" data from tables like follows
Table Client
client_id
client_name
client_type_id
Table Type
type_id
type_discription
The select would "select" data from table client, and client_type_id would be getting (type table's) type_discription.
I want to put in a page:
Client Name || Client tYpe
client name is the name of the client_id inserted, and client type is the discription of the client_type_id..