Multiple choice technology databases By using TOP() can we able to update a record True False Reveal answer Fill a bubble to check yourself B Correct answer Explanation TOP() is a SELECT clause used to limit result rows, not an UPDATE statement feature. In SQL Server, updates with TOP require a subquery or specific syntax, and in Oracle/database systems, TOP doesn't exist for updates at all.