mls_dbms Implementation of a MLS DBMS in ruby for The University of Alabama's CS 457 final project Usage Security_level SELECT select_condition FROM tables_used WHERE where_clause(s) EX: 4 select * from t1, t2, t3 where a1 = b2 and b3 = c4;