Apr 2021 - Present
chibuikem nick
- @chibuikem_nick
Resume
Apr 2021 - Present
Senior Software Engineer, Enyata
Portfolio
Did you know? You can’t use the `IF EXISTS` clause directly with the `RENAME` clause in PostgresQl PostgresQl does not provide the `IF EXISTS` clause to check if a column exists when you try to ren...
Did you know? In PostgresQL you can update multiple rows from a select clause at once using a sub-query. Using the UNNEST keyword function you can expand an array to a set of rows. You can match co...
It's JavaScript Sunday. Did you know? You can import and export a module/component on one line in JavaScript(ES6). See image below. To use this syntax, the Module exported from the path has to be a...
Did you know? In PostgresQL you can update a row from a subQuery matches a condition. You can even go wild by adding JOINS. see images