How to have a feature of Save Game? Code?

Can i have the script of saving the game as done in games like Max Payne 1,2(by pressing the F5 key). The game reloads from the saved point. . Do we need to create a separate database?

Look into playerprefs.

Or xml serialization.