Four-class labels
int64 0
3
| Binary labels
int64 0
1
| Entity
stringlengths 8
33
| Definition1
stringlengths 15
259
| Definition2
stringlengths 14
253
|
---|---|---|---|---|
1 | 0 | data structure | a meaningful combination of related data elements that is included in a data flow or retained in a data store. a framework for organizing and storing data. | a collection of data elements with operations that store and manipulate individual elements |
2 | 1 | data structure | the particular way of organising and storing data for it to be accessed and modified efficiently. balance between detail, storage and preserving relationships | a particular way of organizing and storing data in a computer so that it can be accessed and modified efficiently. |
0 | 0 | data structure | an abstract template that organizes data in such a way that helps simplify sorting, searching, computing, and other operations. | the collection of programming constructs used to implement a collection. for example, a collection might be implemented using a fixed-size structure such as an array |
2 | 1 | data structure | a particular arrangement of units of data such as an array or a tree | a data structure is way of organizing data, commonly used to implement an abstract data type (adt), and often involving arrays or pointers. |
1 | 0 | data structure | particular way of storing and organizing data in a computer. | a way of organizing data that is stored in a computer or database. each type of data structure represents a different way of organizing the data. |
0 | 0 | data structure | a particular arrangement of units of data such as an array or a tree | a collection of data values, the relationships among them, and the functions or operations that can be applied to the data |
1 | 0 | data structure | a meaningful combination of related data elements that is included in a data flow or retained in a data store. a framework for organizing and storing data. | a collection of data values, the relationships among them, and the functions or operations that can be applied to the data |
2 | 1 | data structure | the collection of programming constructs used to implement a collection. for example, a collection might be implemented using a fixed-size structure such as an array | a mechanism for grouping and organizing data to make it easier to use |
3 | 1 | data structure | data are organized in two-dimensional tables (also called relations) with columns and rows | data sets that can be thought of as tables, rows, columns |
3 | 1 | data structure | a collection of data that is referred to by one name such as arrays and array lists | the collection of different data elements (e.g- an array of strings) which are stored together in a clear, structured form |
1 | 0 | data structure | organization method to manage multiple data points | a way to store and organize data in order to facilitate access and modifications |
1 | 0 | data structure | an abstract template that organizes data in such a way that helps simplify sorting, searching, computing, and other operations. | a way of representing and storing information. choice of data structure affects which operation can be efficiently performed |
1 | 0 | data structure | the way the data within an it system is organised and related. | a related group of primitive data elements organized for some type of common processing; it's defined and manipulated in software because that cpu cant manipulate data structures |
1 | 0 | data structure | the implementation of a composite data field in an abstract data type | describes the definition of a type of data, like an integer or string and a group of various pre-defined data types. |
2 | 1 | data structure | (1) an organization of objects that allows certain operations to be performed efficiently; (2) the programming constructs used to implement a collection. | is a systematic way to organize data in order to use it efficiently. following terms are the foundation terms of a data structure. |
2 | 1 | data structure | the implementation of a composite data field in an abstract data type | implementation of an abstract data type. a collection of elementary data types such as integer , real , boolean etc. |
1 | 0 | data structure | a meaningful combination of related data elements that is included in a data flow or retained in a data store. a framework for organizing and storing data. | a collection of data values, the relationships among them, and the functions or operations that can be applied to the data. |
1 | 0 | data structure | a data structure is way of organizing data, commonly used to implement an abstract data type (adt), and often involving arrays or pointers. | a collection of data values, the relationships among them, and the functions or operations that can be applied to the data |
0 | 0 | data structure | a meaningful combination of related data elements that is included in a data flow or retained in a data store. a framework for organizing and storing data. | defines a collection of related variables that can be processed either individually or as a whole |
1 | 0 | data structure | logical or mathematical model of a particular organization of data. a space (container) in which data is stored in a particular layout | an organization of computer memory having a logical relationship that is common to all parts of the computer memory used to create it. |
1 | 0 | data structure | particular way of storing and organizing data in a computer. | how to organize data (data are organized using relations). |
2 | 1 | data structure | a specific arrangement of data attributes that defines an instance of a data flow. | a meaningful combination of related data elements that is included in a data flow or retained in a data store. a framework for organizing and storing data. |
1 | 0 | data structure | a specific arrangement of data attributes that defines an instance of a data flow. | describes how data is organized and the relationship among records such that it is all a single entity |
0 | 0 | data structure | a specific arrangement of data attributes that defines an instance of a data flow. | a collection of data values, the relationships among them, and the functions or operations that can be applied to the data |
0 | 0 | data structure | java construct for storing a data field | combining data fields and methods in a class |
1 | 0 | data structure | an abstract template that organizes data in such a way that helps simplify sorting, searching, computing, and other operations. | a mechanism for grouping and organizing data to make it easier to use |
0 | 0 | data structure | the implementation of a composite data field in an abstract data type. data structures are built open the 8(+) basic data types. | a format for storing large volumes of related data |
0 | 0 | data structure | how to organize data (data are organized using relations). | a way of organizing data that is stored in a computer or database. each type of data structure represents a different way of organizing the data. |
1 | 0 | data structure | a way of representing and storing information. choice of data structure affects which operation can be efficiently performed | a mechanism for grouping and organizing data to make it easier to use |
2 | 1 | data structure | defines a collection of related variables that can be processed either individually or as a whole | a collection of data values, the relationships among them, and the functions or operations that can be applied to the data |
1 | 0 | data structure | a data structure is way of organizing data, commonly used to implement an abstract data type (adt), and often involving arrays or pointers. | defines a collection of related variables that can be processed either individually or as a whole |
2 | 1 | data structure | tables (relations), rows, columns. | data that is organized to look like a table with rows and columns. |
1 | 0 | data structure | a particular arrangement of units of data such as an array or a tree | a specific arrangement of data attributes that defines an instance of a data flow. |
2 | 1 | data structure | a particular arrangement of units of data such as an array or a tree | a meaningful combination of related data elements that is included in a data flow or retained in a data store. a framework for organizing and storing data. |
1 | 0 | data structure | data that is organized to look like a table with rows and columns. | relations (tables) with rows and columns; what the entity becomes |
0 | 0 | data structure | a particular arrangement of units of data such as an array or a tree | defines a collection of related variables that can be processed either individually or as a whole |
1 | 0 | data structure | a particular arrangement of units of data such as an array or a tree | a collection of data elements with operations that store and manipulate individual elements |
1 | 0 | data structure | a collection of data elements with operations that store and manipulate individual elements | a data structure is way of organizing data, commonly used to implement an abstract data type (adt), and often involving arrays or pointers. |
1 | 0 | data structure | any method used to store data in an organized and accessible format. | the implementation of a composite data field in an abstract data type. data structures are built open the 8(+) basic data types. |
2 | 1 | data structure | implementation of an abstract data type. a collection of elementary data types such as integer , real , boolean etc. | describes the definition of a type of data, like an integer or string and a group of various pre-defined data types. |
1 | 0 | data structure | the collection of programming constructs used to implement a collection. for example, a collection might be implemented using a fixed-size structure such as an array | a way of representing and storing information. choice of data structure affects which operation can be efficiently performed |
1 | 0 | data structure | basically the structure is the sum of rules concerning different forms of data and their associations to each other | describes how data is organized and the relationship among records |
2 | 1 | data structure | a particular arrangement of units of data such as an array or a tree | describes how data is organized and the relationship among records such that it is all a single entity |
0 | 0 | data structure | a meaningful combination of related data elements that is included in a data flow or retained in a data store. a framework for organizing and storing data. | - specific arrangements of data attributes that define a single instance of a data flow. |
2 | 1 | data structure | a collection of data elements with operations that store and manipulate individual elements | - specific arrangements of data attributes that define a single instance of a data flow. |
0 | 0 | data structure | a specific arrangement of data attributes that defines an instance of a data flow. | defines a collection of related variables that can be processed either individually or as a whole |
1 | 0 | data structure | a meaningful combination of related data elements that is included in a data flow or retained in a data store. a framework for organizing and storing data. | a data structure is way of organizing data, commonly used to implement an abstract data type (adt), and often involving arrays or pointers. |
2 | 1 | data structure | is a systematic way to organize data in order to use it efficiently. following terms are the foundation terms of a data structure. | a way of representing and storing information. choice of data structure affects which operation can be efficiently performed |
2 | 1 | data structure | data are organized in 2d tables (called relations) with rows and columns -relation: a named, 2d table of data -notation: table name (column names) | data sets that can be thought of as tables, rows, columns |
1 | 0 | data structure | a common format for storing large volumes of related data, which is an implementation of an abstract data type. | the implementation of a composite data field in an abstract data type. data structures are built open the 8(+) basic data types. |
1 | 0 | data structure | the collection of programming constructs used to implement a collection. for example, a collection might be implemented using a fixed-size structure such as an array | is a systematic way to organize data in order to use it efficiently. following terms are the foundation terms of a data structure. |
2 | 1 | data structure | any method used to store data in an organized and accessible format. | a format for storing large volumes of related data |
0 | 0 | data structure | describes how data is organized and the relationship among records such that it is all a single entity | defines a collection of related variables that can be processed either individually or as a whole |
1 | 0 | data structure | the way the data within an it system is organised and related. | related group of primitive data elements organized for some type of common processing |
1 | 0 | data structure | an abstract template that organizes data in such a way that helps simplify sorting, searching, computing, and other operations. | (1) an organization of objects that allows certain operations to be performed efficiently; (2) the programming constructs used to implement a collection. |
2 | 1 | data structure | a data structure is a specialized format for organizing and storing data. | specialized format for storing and organizing data |
1 | 0 | data structure | describes how data is organized and the relationship among records such that it is all a single entity | a collection of data values, the relationships among them, and the functions or operations that can be applied to the data |
1 | 0 | data structure | a specific arrangement of data attributes that defines an instance of a data flow. | a data structure is way of organizing data, commonly used to implement an abstract data type (adt), and often involving arrays or pointers. |
2 | 1 | data structure | a meaningful combination of related data elements that is included in a data flow or retained in a data store. a framework for organizing and storing data. | describes how data is organized and the relationship among records such that it is all a single entity |
3 | 1 | data structure | a way to organize, store, and retrieve information in a program | refers to the way data is organized for use within a program. |
2 | 1 | data structure | (1) an organization of objects that allows certain operations to be performed efficiently; (2) the programming constructs used to implement a collection. | a way of representing and storing information. choice of data structure affects which operation can be efficiently performed |
0 | 0 | data warehouse | integrated decision support system derived from various operational databases | a subject-oriented, integrated, time-variant, nonupdateable collection of data used in support of management decision-making processes. an integrate decision support database whose content is derived from the various operational databases. |
1 | 0 | data warehouse | is a relational database management system designed to specifically support management decision making | a centralized relational database management system that has been designed specifically to meet the needs of data mining |
0 | 0 | data warehouse | a collection of data repositories of a particular subject or department (data marts) to support complex decision making applications. | integrated collection of data that can include seemingly unrelated information |
1 | 0 | data warehouse | a collection of data repositories of a particular subject or department (data marts) to support complex decision making applications. | integrated collection of data that can include seemingly unrelated information, no matter where it is stored in the company |
1 | 0 | data warehouse | a database, with reporting and query tools, that stores current and historical data extracted from various operational systems and consolidated for management reporting and analysis | store data from various source systems and databases across an enterprise in order to run analytical queries against huge datasets collected over long time periods. |
3 | 1 | data warehouse | repository for storing data from several different databases so that it can be combined and manipulated to provide answers to complex analytic questions | a large relational database that combines pertinent data in an aggregate, summarized form suitable for enterprise wide data analysis, reporting, and management decision making |
1 | 0 | data warehouse | an enterprise-wide structured repository of subject-oriented, time-variant, historical data used for information retrieval and decision support. stores atomic and summary data. | a separate data store that whose primary purpose is data analysis a structured repository of integrated, subject-oriented, enterprise-wide, historical, time variant data. stores detailed or summarized data. |
3 | 1 | data warehouse | a logical collection of information, gathered from many different operational databases, that supports business analysis activities and decision making tasks. | a logical collection of information gathered from many different operational databases used to create business intelligence that supports business analysis activities and decision making tasks |
2 | 1 | data warehouse | collection of information (from many places) that supports business analysis activities and decision making | collection of data that provides support for decision making |
1 | 0 | data warehouse | the collection of data eradicated from various operational systems, transformed to make the data consistent for analysis | a set of databases designed to support decision making in an organization. usually aggregate enormous amounts of data from many different operational systems for analysis |
2 | 1 | data warehouse | a facility for managing an organization's bi data. -obtain data from operational, internal and external databases. -cleanse data -organize and relate data -catalog data using metadata | a facility for managing an organization's bi data; functions include: obtain data, cleanse data, organize and relate data, catalog data includes data from outside source |
3 | 1 | data warehouse | -a facility for storing, managing, and organizations data from a. variety of sources -obtain data from sources -cleanse data -organize and relate data -catalog data | a facility for managing an organization's bi data. -obtain data from operational, internal and external databases. -cleanse data -organize and relate data -catalog data using metadata |
3 | 1 | data warehouse | a structured repository of integrated, subject-oriented, enterprise-wide, historical, and time-variant data. its purpose is the retrieval of analytical information. it can store detailed and/or summarized data | structured repository of integrated, subject-oriented, enterprise-wide, historical, and time-variant data. can store detailed and/or summarized data |
2 | 1 | data warehouse | an integrated, subject oriented, time-variant, nonvolatile collection of data that provides support for decision making. | a subject oriented, integrated nonvolatile, and time variant collection of data in support of management's decisions. |
0 | 0 | data warehouse | a database in which data from several different oltp systems has been combined and prepared to be used for analytics purposes. see &"data warehousing&". | place of storing data, data structure is processed, know what it is used for, less technical and used by business professionals, more difficult to access |
0 | 0 | data warehouse | that integrate from data from databases across entire enterprise are called enterprise data warehouses (ede) | stores current and historical data from many core operational transaction systems -standardizes info for use across enterprise, but data cannot be altered |
3 | 1 | data warehouse | a logical collection of information, gathered from may different operational databases, that supports business analysis activities and decision-making tasks. | a logical collection of information- gathered from many databases- that supports business analysis activities and decision-making tasks |
1 | 0 | data warehouse | an aggregation of databases collected from different source periodically. typically standardized. compiled into one place where users can utilize it. | the collection of data eradicated from various operational systems, transformed to make the data consistent for analysis |
2 | 1 | data warehouse | a subject-oriented, integrated, time-variant, nonupdateable collection of data used in support of management decision-making processes. an integrate decision support database whose content is derived from the various operational databases. | a decision support database that is maintained separately from the organization's operational database. designed to extract insight and intelligence. |
0 | 0 | data warehouse | a database, with reporting and query tools, that stores current and historical data extracted from various operational systems and consolidated for management reporting and analysis | stores current and historical data from many core operational transaction systems -standardizes info for use across enterprise, but data cannot be altered |
3 | 1 | data warehouse | a logical collection of information - gathered from many different operational databases - that supports business analysis activities and decision-making tasks | a single repository of information from many different operational databases to support business analysis activities and decision-making tasks |
2 | 1 | data warehouse | -a facility for storing, managing, and organizations data from a. variety of sources -obtain data from sources -cleanse data -organize and relate data -catalog data | a facility for managing an organization's bi data; functions include: obtain data, cleanse data, organize and relate data, catalog data includes data from outside source |
0 | 0 | data warehouse | that integrate from data from databases across entire enterprise are called enterprise data warehouses (ede) | a database, with reporting and query tools, that stores current and historical data extracted from various operational systems and consolidated for management reporting and analysis |
0 | 0 | data warehouse | a logical collection of information gathered from many different operational databases used to create business intelligence that supports business analysis activities and decision making tasks | collection of data that provides support for decision making |
1 | 0 | data warehouse | -holds multiple subject areas -holds very detailed information -works to integrate all data sources -does not necessarily use a dimensional model but feeds dimensional models. | a large separate combined copy of different databases used by an organisation. it includes historical data, which is used to analyse the activities of the organisation. |
1 | 0 | data warehouse | collects data and store it from various core transaction systems throughout the the organization and provides analyses and reporting tools | that integrate from data from databases across entire enterprise are called enterprise data warehouses (ede) |
2 | 1 | data warehouse | a logical collection of information, gathered from many different operational databases, that supports business analysis activities and decision making tasks. | collection of information (from many places) that supports business analysis activities and decision making |
2 | 1 | data warehouse | one or more very large databases containing both detailed and summarized data for a number of years that is used for analysis, rather than transaction processing | contains both detailed and summarized data for a number of years and is used for analysis rather than in real time |
1 | 0 | data warehouse | a warehouse is a subject-oriented, integrated, time-variant and non-volatile collection of data in support of management's decision making process (as defined by bill inmon | a subject oriented, integrated nonvolatile, and time variant collection of data in support of management's decisions. |
3 | 1 | data warehouse | a facility for managing an organization's bi data; functions include: obtain data, cleanse data, organize and relate data, catalog data includes data from outside source | a facility for managing an organization's bi data (current and previous). the functions are to: -obtain data -cleanse data -organize and relate data -catalog data |
3 | 1 | data warehouse | a logical collection of information - gathered from many different operational databases - that supports business analysis activities and decision-making tasks | logical collection of information- gathered from many different operational databases- used to create business intelligence that supports business analysis activities and decision-making tasks |
3 | 1 | data warehouse | a logical collection of information gathered from many different operational databases (extract, transform, load) used to create business intelligence that supports business analysis activities and decision making tasks | a logical collection of information gathered from many different operational databases used to create business intelligence that supports business analysis activities and decision making tasks |
2 | 1 | data warehouse | a large separate combined copy of different databases used by an organisation. it includes historical data, which is used to analyse the activities of the organisation. | a large relational database that combines pertinent data in an aggregate, summarized form suitable for enterprise wide data analysis, reporting, and management decision making |
0 | 0 | data warehouse | separate from production database, included historical and summarized data, control risk: data isn't the same as production data; update periodically rather than in real time | contains both detailed and summarized data for a number of years and is used for analysis rather than in real time |
0 | 0 | data warehouse | a large store of data accumulated from a wide range of sources within a company and used to guide management decisions. has time variant data and non-volatile data | place of storing data, data structure is processed, know what it is used for, less technical and used by business professionals, more difficult to access |
1 | 0 | data warehouse | a logical collection of information gathered from many different operational databases used to create business intelligence that supports business analysis activities and decision making tasks | collection of information (from many places) that supports business analysis activities and decision making |
3 | 1 | data warehouse | -a facility for storing, managing, and organizations data from a. variety of sources -obtain data from sources -cleanse data -organize and relate data -catalog data | a facility for managing an organization's bi data (current and previous). the functions are to: -obtain data -cleanse data -organize and relate data -catalog data |
2 | 1 | data warehouse | subject oriented, integrated, time variant, non update-able collection of data used in support of management decision making processes | an integrated and consistent store of subject-oriented data that is obtained from a variety of sources and formatted into a meaningful context to support decision-making in an organization |
1 | 0 | data warehouse | a logical collection of information - gathered from many different operational databases/systems, as well as external industry information - in a common location that uses a universal querying tool | logical collection of info, gathered from many different operational databases, that support business analysis activities and decision making trends helps to standardize information |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.