Adding Static Values sqlCopy1SELECT name, 'Student' AS type, 2024 AS year 2FROM students; Every row gets same value.