Reading Data from the Database:
There are many ways to read data from an SQL database, but they all come down to a basic sequence of operations:
-
Create an SQL statement that describes the data that you need to retrieve.
-
Execute that statement against the database.
-
Map the resulting SQL data into data structures that the language you're working in can understand.
No comments:
Post a Comment