What is Build List?
All SQL Server has build list, this is incremental list of numbers which indicates which version SQL Server is running and what are its compatibility, patches etc.
Regular Columnist Steve Jones of SQL Server Central has created build list. It is updated and informative.
Microsoft Hot fixes are always cumulative. You can find your build number with:
SELECT@@Version
Reference : Pinal Dave (https://blog.sqlauthority.com)