Select * From student_tbl (table name) Where faculty LIKE 'Sc%' ;
-- Select * From student_tbl (table name) Where Country In ('USA' , 'UK' ) ;