Multiple choice technology programming languages What is the use of UNIQUE keyword? It will select only the field on which the keyword is specified. It will select only one record. It will avoid to enter duplicate key values. None of the above. Reveal answer Fill a bubble to check yourself C Correct answer Explanation The UNIQUE keyword in DDS prevents duplicate key values from being entered into a database file. It enforces data integrity at the file level. It does not select fields or records - it's a constraint, not a selection tool.