@ Pat Phelan, I don't really know how to test queries lol

What is a free way (accept for MS Access) to create a database schema and use SQL(querying and updating) ?
@ r937 Yep sorry my bad lol it was no homework assignment, my book is just filled with schema's of ships so I wanted to construct a query so I could ask my question concerning 3 nat joins but I forgot Battles name is the name of the battle :-) Bad example. My actual question is...
Can you join 3 relations R,S,T in a for clause like
R NATURAL JOIN S NATURAL JOIN T
or would you have to do something like
R NATURAL JOIN S, S NATURAL JOIN T
I know this would be easy to test if I knew how as I stated in the beginning of this reply.
I acctually had my computer science exam of introduction to database technologies today and it went very well. Whenever something as joining 3 relations occured, I just joined them in the WHERE clause.
Kind regards