1. select * from emp for update;
    2. select * from emp for update nowait;
    3. select * from emp for update nowait 5;