From e990a648bb8e700aa2e9808e549da24e53af8c3a Mon Sep 17 00:00:00 2001 From: Paulo Hernane Date: Sun, 20 Aug 2023 22:57:08 -0300 Subject: [PATCH] add day 7 of 100 days of code --- blog/2023-08-20-day-7-100-days-of-code.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 blog/2023-08-20-day-7-100-days-of-code.md diff --git a/blog/2023-08-20-day-7-100-days-of-code.md b/blog/2023-08-20-day-7-100-days-of-code.md new file mode 100644 index 00000000..839577b4 --- /dev/null +++ b/blog/2023-08-20-day-7-100-days-of-code.md @@ -0,0 +1,19 @@ +--- +slug: day-7-100-days-of-code +title: Day 7 of 100 Days of Code +description: Sunday of rest and study +image: https://github.com/rickmff/100DiasDeCodigo-landing/blob/master/public/thumb.png +authors: paulohfs +tags: [100DaysOfCode, ODB, English, Oracle, Database] +--- + +Today was a day to rest, but I study a little bit of ODB. I did some exercicies that my professor gave me. You can see [here](https://www.paulohernane.me/my-brain/databases/exercicies/quiz-a1-q1) + +I learn this concepts: + +- Object Type +- Object Table +- Function +- Method + +Want to know about the 100 Days of Code Challenge? Check it out [here](https://www.100daysofcode.com/). [PT-BR]()