30
Views
7
Comments
Solved
CRUD database
Question

I learn what the CRUD is Create, Retrieve... but in a quiz the answer is the retrieve is not in CRUD. 

I do know no more what is CRUD

2024-03-23 18-16-49
Bryan Villalobos
Solution

Hi @Vitor Dias ,

I think I understand now what you meant by your question.

You are pertaining to the lesson quiz:

If you managed to create an entity, you will find that it comes along with these entity actions

With these, we don't find any RetrieveCustomer which is why exactly that is the answer.

I hope this helps.

Regards,

Bryan


2019-01-07 16-04-16
Siya
 
MVP

CRUD stands for Create, Read, Update, and Delete.

Could you please share what challenge you are facing - screenshot , links etc that you are referring will help answer you better. 

2024-09-18 00-55-18
Vitor Manzano Villela Dias

2019-01-07 16-04-16
Siya
 
MVP

As @Bryan Villalobos correctly pointed out regarding the question you are referring to, the question was 'Which one is not an Entity Action?' There is no action that starts with the name 'Retrieve.' Hope this clears up the confusion.

UserImage.jpg
Alexandre Yip

Hi Vítor, 

Check out this component which has a

practical example how what can be part of CRUD;

https://www.outsystems.com/forge/component-overview/12177/how-to-crud-o11

Regards 

2024-03-23 18-16-49
Bryan Villalobos

Hi @Vitor Dias ,


I wonder if that quiz question is just a tricky one.

CRUD is the acronym for CREATE, READ, UPDATE and DELETE.

Although RETRIEVE is synonymous to READ, it's not really the actual/original word for the R in CRUD.

So the thing is, you need to look at other choices. Although sometimes, all choices seem to be correct, you need to make sure to pick the "least correct" and on your question, this seem to be the case.


Regards,

Bryan

2026-01-23 11-38-55
Dinesh Murugan
Champion

Hi @Vitor Dias ,


FYKI , kindly have a look at the tutorial. It'll be helpful.

OutSystems CRUD operation Tutorial 

2024-03-23 18-16-49
Bryan Villalobos
Solution

Hi @Vitor Dias ,

I think I understand now what you meant by your question.

You are pertaining to the lesson quiz:

If you managed to create an entity, you will find that it comes along with these entity actions

With these, we don't find any RetrieveCustomer which is why exactly that is the answer.

I hope this helps.

Regards,

Bryan


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.