Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

diff betweeb table and structure

Former Member
0 Likes
817

diff betweeb table and structure

thnaks in advance

6 REPLIES 6
Read only

Former Member
0 Likes
771

Hi,

Tables will contain the phisical data, and the structures will not contain the data, these structures will contain the data only at runtime

Regards

Sudheer

Read only

Former Member
0 Likes
771

hi

welcome to SDN.

both structure and table contains fields in a designed manner.

but, a table can store data in it, where as a structure cannot store data.

a structure can be used in other data-dictionary objects like structures, tables, tabletypes, etc; where as a table cannot be used in other dictionary objects.

thx

pavan

*reward for helpful answers

Read only

Former Member
0 Likes
771

Hi,

<b>Tables: It will store data and have the relation with the underlaying database

Has Primary key and foreign key</b>

Structure: It don't have data and no reelation with the database. No such keys<b></b>

Vasanth

Read only

Former Member
0 Likes
771

hi,

table : it can store any no of records...

stru : it can store only one value and it will be in runtime only.

reg,

S.Barane

Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
771

Hi

Tables: It will store data and have the relation with the underlaying database

Has Primary key and foreign key

Structure: It don't have data and no reelation with the database.

No key fields like primary keys and secondary keys. It contains components.

Regards,

kumar

Read only

Former Member
0 Likes
771

Hi..

Tables(has key relationships)can hold data whereas structure has just fields in

it ( w/o keys ) and doesnt contain data .

Thanx .