/* list members in all relations */ select * from account; select * from branch; select * from customer; select * from loan; select * from depositor; select * from borrower; /* Obtained from Avi Silberschatz' book Website: http://codex.cs.yale.edu/avi/db-book/db5/material-dir/supplements Queries from Gary Lindstrom * /