lt;select gt;: The HTML Select element - MDN Web Docs The <select> element has some unique attributes you can use to control it, such as multiple to specify whether multiple options can be selected, and size to specify how many options should be shown at once
Select - definition of select by The Free Dictionary 1 to choose in preference to another or others 2 to make a choice; pick 3 chosen in preference to another or others; preferred 4 choice; of special value or excellence 5 careful in choosing; discriminating 6 carefully chosen; exclusive: a select group se•lect′ness, n se•lec′tor, n
HTML select tag - W3Schools The <option> tags inside the <select> element define the available options in the drop-down list Tip: Always add the <label> tag for best accessibility practices!
Select (SQL) - Wikipedia A SELECT statement retrieves zero or more rows from one or more database tables or database views In most applications, SELECT is the most commonly used data manipulation language (DML) command