.mdf is used for primary data files,
.ndf is used for the secondary data files,
.ldf is used for transaction log files.
Nearly all database I have ever worked with have just a MDF and LDF file.
MDF is where your actually DATA is stored.