63
Views
4
Comments
Solved
 measures to be taken for preparing Database Design
Question

Hi Friends,

Can Someone help me to Design Database,Please provide all the measures to be considered for designing Database from Scatch.

Appreciate your help in Advance.

Thanks

Sasidhar

2022-02-07 08-52-30
Pranav Pandey
Solution

Hi Sasidhar,


Design database in outsystems is same as followed in any other DB nothing special here  .Following Needs to be taken into consideration:

1.No of entity required (Table)

2.Data type and length of the attributes (Columns)

3.Defining relation between Entities. ( Foreign Key, Unique Key, etc)

4.If there are any values that are going to be fixed/same through out your projects then create Static Entity for that.


Please go through the below links for more information.

https://success.outsystems.com/Documentation/10/Developing_an_Application/Use_Data/Data_Modeling

https://success.outsystems.com/Documentation/11/Reference/OutSystems_Language/Data/Modeling_Data


Hope this will be helpful to you.

2019-09-24 18-41-25
Jorge Martins
 
MVP

Hi Sasidhar Reddy,

Given your request/requirements, this is the best I can come up with: https://bfy.tw/L7J7.

Please read Eduardo's guide to asking questions, and then follow its recommendations, I'm sure it will make your interactions here much more productive.

2022-02-07 08-52-30
Pranav Pandey
Solution

Hi Sasidhar,


Design database in outsystems is same as followed in any other DB nothing special here  .Following Needs to be taken into consideration:

1.No of entity required (Table)

2.Data type and length of the attributes (Columns)

3.Defining relation between Entities. ( Foreign Key, Unique Key, etc)

4.If there are any values that are going to be fixed/same through out your projects then create Static Entity for that.


Please go through the below links for more information.

https://success.outsystems.com/Documentation/10/Developing_an_Application/Use_Data/Data_Modeling

https://success.outsystems.com/Documentation/11/Reference/OutSystems_Language/Data/Modeling_Data


Hope this will be helpful to you.

2018-07-02 03-52-56
Gangadhara



Dear Sasidhar,



Hope you have completed the Movie Project which have provided by outsystems.

You can create the database using tables in service studio -> Got to data layer -> Database then right click then add entity then you can create entity attributes. 


Also please go through the attached outsystem document  for reference. 

https://www.outsystems.com/learn/lesson/874/modeling-data/

Hope i will help you.


Regards

Gangadhara

2018-07-02 03-52-56
Gangadhara

Gangadhara wrote:



Dear Sasidhar,



Hope you have completed the Movie Project which have provided by outsystems.

You can create the database using tables in service studio -> Got to data layer -> Database then right click then add entity then you can create entity attributes. 


Also please go through the attached outsystem document  for reference. 

https://www.outsystems.com/learn/lesson/874/modeling-data/

Hope i will help you.


Regards

Gangadhara

*Hope it will help you..


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