Script display prefabs

Hi, I need help.

So what I want to happen from the script is it function to display the prefabs based on the information from database,

For example mysql database GGWP, table user, column tokenid = monster123.prefabs

Then it will show the prefabs of monster123.prefabs based to where I will point on the ui.

Like the script will read the information from database, and based on the information, it will display it to the UI

What command should i use?

Here are some notes about Unity UI choices:

I would recommend UGUI personally as it is more mature and has more tutorials available for it.

Otherwise if this is a language question, get yourself busy with some C# tutorials.