Week 6 - CST 363

    I learned that programming languages can be grouped by how they give instructions, like telling the computer what to do or just describing what result is wanted. I also learned that SQL can be written inside other languages like Java which is called embedded SQL. There are different programming languages that are used to connect to databases using APIs. JDBC is the tool Java uses to interact with databases and it lets Java programs run SQL commands. I also learned that making a database connection in Java needs the right setup and error handling to avoid crashes.

Comments

Popular posts from this blog

Week 1 - CST 370

Week 1 - CST 438

Week 4