What is an unsafe query Give an example and explain why it is important to disallow such queries?

1 answer

Answer

1175234

2026-08-14 22:10

+ Follow

A query in which the output is possibly infinite. This most often occurs in queries which are recursive or which contain negation. Such queries are disallowed by many database management systems to prevent unsafe queries.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.