Prolog = programming logic
It is used to develop artificial intelligence mostly such as rule base expert system.
In prolog programming, there is no any complex programing just building the fact and
using some query to verify it
Basically, prolog will be divided into 2 parts, which are facts and rules. Developer will implement
the fact for waiting some query.