Imports System
'Databases are a file where you can store multiple forms of data and can read/write in
'You use SQL (Structured Query Language) to communicate with databases which allows you to retrieve, store and manipulate data (However, there is no general format)
Public Module Module1
Public Sub Main()
'Need a actual laptop to do
End Sub
End Module