1.

Write statement for the following - create a database, open database , create table, describe structure,enter records​

Answer»
  1. A DATABASE is an organized COLLECTION of data, generally STORED and accessed electronically from a computer system.
  2. A database is an organized collection of data, generally stored and accessed electronically from a computer system.Open Database is an application programming interface that lets software connect with database management system.
  3. A database is an organized collection of data, generally stored and accessed electronically from a computer system.Open Database is an application programming interface that lets software connect with database management system.CREATE TABLE is the keyword telling the database system what you want to do.
  4. A database is an organized collection of data, generally stored and accessed electronically from a computer system.Open Database is an application programming interface that lets software connect with database management system.CREATE TABLE is the keyword telling the database system what you want to do. A structure is an arrangement and organization of interrelated elements.
  5. A database is an organized collection of data, generally stored and accessed electronically from a computer system.Open Database is an application programming interface that lets software connect with database management system.CREATE TABLE is the keyword telling the database system what you want to do. A structure is an arrangement and organization of interrelated elements.A record is a collection of fields, possibly of different data types, typically in a FIXED number and sequence.

HOPE HELPS



Discussion

No Comment Found