138k views
0 votes
A schema is: Group of answer choices a method of developing software that is based on small project iterations, or sprints, instead of long project schedules. a description of components stored in a database. a security assurance process that is focused on software development. any object created as a result of project activities.

User Dean Bates
by
5.6k points

1 Answer

4 votes

Answer: A description of components stored in a database.

Step-by-step explanation:

Schema is part of database in DBMS(Database management system) that helps in grouping and organizing data and object in the form of blueprint or folder.It contains information about objects in database such as construction of table, indexes etc.

  • Other options are incorrect because sprints is an iteration for project of small program. It does not relate with security process .
  • Project activities are not responsible for creation of objects rather data is responsible for it.

User Lasith Niroshan
by
5.4k points