I am creating custom WordPress plugin where I want to fetch data from database and show it in select box. I have provided screen shot of table .
Dropdown should be in this format.
<select class="smsselect">
<option value="1">Select Country</option>
<option value="2">Select Pakistan</option>
.....
</select>
Table name > WP_country > Screenshot of table
Select Box > Screenshot of select box