Using sqlstorage in ionic2?

Is it required to download a cordova plugin for that or is it already included. I am very confused about that. About the Native components, does it include the plugin in ionic package or not?

I think it has already been implemented in V2. You can simply import Storage and SqlStorage into your projects:

import {Storage, SqlStorage} from 'ionic-angular';