Week 12 – RestDB

Hello again, it is another half of a semester again. This week we have learnt more about RestDB and NoSQL Databases that are more commonly used due to it being more dynamic in the sense that there’s not a fixed structure, like a schema. Therefore suitable for stuff like Web. We are using this service called RestDB, which uses HTTP GET,POST,PUT and DELETE and JSON in order to submit, delete or manipulate data. Unlike SQL, where we use queries in order to directly query the database, for example, SELECT * FROM Table1; or INSERT INTO Table1 VALUES (‘1′,’Name’,’Class’)…; et cetera. For RestDB is reliant on the backend to send HTTP requests that go through another Web Server. Anyway, this is a light touch on RestDB. Here is a look at this week’s CA. See you next week!

This week’s CA with some sample data.

Leave a Comment

Your email address will not be published. Required fields are marked *