WHILE Boolean_expression BEGIN -- statements IF condition BREAK; -- other statements END Code language: SQL (Structured Query Language) (sql)