Posts by Thiago • 1 point
2 posts
-
0
votes0
answers45
viewsQ: Database, SQL database
I am doing a job for the college whose goal is to create a table using Oracle Live SQL So far mine’s been like this: create table ALUNO ( rgm number(8), nome varchar2(50), nome_pai varchar2(50),…
-
-2
votes1
answer122
viewsQ: Unhandled Rejection (Typeerror): this.setState.list is Undefined
I’m doing a project of the kind CRUD with the React and in compiling it appeared: "Unhandled Rejection (TypeError): this.setState.list is undefined" export default class UserCrud extends Component {…