I'm creating a chatbot to suggest the best course for a student based on their profile.
I'm supposed to execute queries like
'Which course had a maximum cut-off percentage in the year 2016?',
'Which are the top 3 courses where the cut-off percentage is highest in last three years?' etc.,
What I have done is as I have basic knowledge on Database management I have created the SQL tables.
But I was thinking of how IBM Watson Conversation and Discovery could help. Should I be completely using the conversation for executing the queries or create a document of courses and other parameters and use Discovery to retrieve the answer and integrate it with Conversation?
Ultimately, is Watson Conversation enough for doing the job?