USE tpch1; select count(*) from nation where n_name is not null and n_name != 'A'; count(*) 25