The Data Trust Interview Question

What is a while loop in SQL?

Interview Answer

Anonymous

Aug 2, 2021

SQL WHILE loop provides us with the advantage to execute the SQL statement(s) repeatedly until the specified condition result turn out to be false.