---
title: "Can I use LOCK TABLE on a view?"  
description: "Can I use LOCK TABLE on a view?"  
author: "Anonymous User"  
published: 2011-03-28  
updated: 2020-09-20  
canonical: https://www.mindstick.com/interview/637/can-i-use-lock-table-on-a-view  
category: "db2"  
tags: ["db2"]  
reading_time: 1 minute  

---

# Can I use LOCK TABLE on a view?

No. To lock a view, take lock on the underlying tables.

## Answers

### Answer by Anonymous User

No. To lock a view, take lock on the underlying tables.


---

Original Source: https://www.mindstick.com/interview/637/can-i-use-lock-table-on-a-view

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
