Just a question about foreign keys:

Can you have a foreign key consisting of only one column that points to a column that is apart of a composite primary key in another table?

Likewise, can you have only one column of a composite primary key be created as a foreign key pointing to another non-primary key column in another table?