Posts: 461
Threads: 124
Joined: Jan 2012
Reputation:
0
is it easy to create a .sql file ? Just asking...
Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
Uhm, a .sql file is usually just a database dump. This is generated by the application.
If you're talking about the SQL as a whole, then there are a few key concepts you need to understand. This includes knowing what a database is, what a table is, what records are and what fields are. Then there are the different data types, relations, keys, etc. Then you will need to learn how to construct the four most common types of queries; select, insert, update and delete.
Posts: 461
Threads: 124
Joined: Jan 2012
Reputation:
0
How can i make it generated by the application, a program or something?