- Selection (σ)
- Projection (π)
- Cartesian product
- Joins
Information about resetting and configuring Mobile phones (Java, Android, Symbian etc), educational articles especially for programming in C, C++ and Java and more about Computers and operating systems
Showing posts with label system. Show all posts
Showing posts with label system. Show all posts
Relational Algebra - Selection, Projection, Joins etc
The relational algebra defines a set of operations on relations, paralleling the usual algebraic operations such as addition, subtraction etc which operate on numbers.The relational algebra operations take one or two relations (tables) as input and return a relation as output. This post we discuss the following relational operations:
Labels:
algebra
,
cartesian product
,
database
,
DBMS
,
example
,
join
,
left
,
management
,
natural
,
outer
,
problems
,
projection
,
relational
,
right
,
selection
,
system
,
systems
,
tutorial
,
workout
C Program to Display and Set System Time and Date Using 8086 Interrupts
This is a C Program to Display and Set System Time and Date Using 8086 Interrupts. Interrupt number 21 (in hexadecimal) is used to:
Output of c Program to get and set system time and date |
- Get System time
- Set System time
- Get System Date
- Set System Date
To Get system date:
- Call interrupt 0x21 (hexadecimal)
- AH (higher byte of accumulator) should be made equal to 2A (hex) before calling interrupt
Output:
Subscribe to:
Posts
(
Atom
)