-- The following query shows that there are 3 rows of data "in" in the view. select * from register_orders_view; -- This next query shows the problem. Although there are no rows where the -- value for the ttype column is z, there are still 3 rows returned. select * from register_orders_view where ttype='z';