select count ( all colour ) total_number_of_rows, count ( distinct colour ) number_of_different_colours, count ( unique colour ) number_of_unique_colours from bricks;