You are working with a large dataset stored in a Delta Lake table named 'user_data'. The table contains duplicate entries that need to be removed. Write a Spark SQL query to create a new table 'unique_user_data' that contains only the distinct rows from 'user_data'.