To rename the logical file name of the pubs data file to pubs_data.
ALTER DATABASE pubs
MODIFY FILE (NAME = pubs, NEWNAME = pubs_data)
Sometimes, after you get what you want, you realize, that it wasn't what you needed.
ALTER DATABASE pubs
MODIFY FILE (NAME = pubs, NEWNAME = pubs_data)