1.

What Is The Difference Between Tables And Structures?

Answer»

TABLES:

  1.  Data is permanently stored in tables in the database.
  2.  Database tables are GENERATED from them.

Structure:

  1.  It CONTAINS data temporarily during program run-time.
  2. No Database tables are generated from it.

Tables:

Structure:



Discussion

No Comment Found