At a circular (ring) table, the order ABCDEF = BCDEFA = CDEFAB, and so on. So, you need to find the total number of orders and divide this number by 6 to recognize the fact that the table is circular. The total number of orders is 6!, and 6!/6 = 5! = 5*4*3*2*1 = 120.