in a relational database, can we have a table without any relation with the other tables?
Yes you can. Tables do not have to have any relation to each other. Relations can always be added through the use of foreign keys if you want to add them later.