What Programming Language to edit Visual Studio built-in Database?
I've just got anassignment from my university to create a program for production scheduling in manufacturing industry. Through this program I need to input, update, delete and show the data from database using somekind of interface. I could make this program using Visual Studio + Xampp MySQL as Database. However, my university asked me to make the program with built-in Database without installing Xampp or 3rd party database software. So, my question is does storing data to built-in Database in Visual Studio has the same way as using Xampp MySQL? In MySQL I could se imports.mysql.data , then .conn, etc but how could I do that in Visual Studio built-in database? is the language the same? if not then what programming language should i use? Please help, Thanks