ALU: An arithmetic logic unit (ALU) is a digital
circuit used to perform arithmetic and logic operations.It represents the
fundamental building block of the central processing unit (CPU) of a computer.
Modern CPUs contain very powerful and complex ALUs. The purpose of the
ALU is to perform mathematical operations such as addition, subtraction,
multiplication and division. Additionally, the ALU
processes basic logical operations like AND/OR calculatio...
Tuesday, July 31, 2018
Friday, July 27, 2018
Tuesday, July 24, 2018
Sunday, July 15, 2018
Cursor
12:52 PM
No comments
Purpose : Used to update table column:
DECLARECURSOR C1ISSELECT EMPLOYEENAME,EMPLOYEECODEFROM ATI_PMIS_EMPLOYEEWHERE EMPLOYEECODE IN (SELECT POLICE_BP_NO FROM OP_REGISTRATION ...
Saturday, July 14, 2018
Wednesday, July 11, 2018
Oracle APEX 18.1 Installation Steps
5:11 PM
No comments
Oracle APEX 18.1 Installation Steps
oracle ap...
Tuesday, July 3, 2018
Software demo youtube link
9:47 PM
1 comment
1. https://www.youtube.com/watch?v=kIqWiRb_W9I
2. https://www.youtube.com/watch?v=UU6huYBUwOI
3. https://youtu.be/h-uLdDQIdZA
4. Prescription
5. HPMS SOFTWARE
6. OR Work Fl...
Sunday, July 1, 2018
Triks for oracle
4:12 PM
No comments
To assign search text in search box :
<>:CTRL_BLK.COMPLAIN_SRC:='<<Search Complain>>';
To assing item record sl. no:
use post query trigger block level:
<>:EMV_COMPLAIN.sl :=:system.trigger_recor...