Posts

Showing posts from June, 2011

DEFINITION OF INTERNATIONAL MARKETING

DEFINITION OF INTERNATIONAL MARKETING International Marketing can be defined as exchange of goods and services between different national markets involving buyers and sellers. According to the American Marketing Association, “International Marketing is the multi-national process of planning and executing the conception, prices, promotion and distribution of ideal goods and services to create exchanges that satisfy the individual and organizational objectives.” CONCEPTS OF INTERNATIONAL MARKETING Domestic Marketing: Domestic Marketing is concerned with marketing practices within the marketer’s home country. II. Foreign Marketing: It refers to domestic marketing within the foreign country. III. Comparative Marketing: when two or more marketing systems are studied, the subject of study is known as comparative marketing. In such a study, both similarities and dis-similarities are identified. It involves an analytical comparison of marketing methods practiced in different countries. IV. Int...

Database Management System

Database Management System (DBMS) Types Database Management System is a software package that has been designed to create and maintain shared collection of logically related data. A Database Management System generally facilitates the processes of Defining, Constructing and Manipulating of data. In addition to that it provides various background services including transaction management, disaster recovery and security. Data management has become a high priority issue in modern business management. Therefore to support that, database management systems providers improving their products using innovative technologies. Types of (DBMS) Flat File System A Flat File is a database that stores the data in a plain text file. Each line of the file stores a single value. Each field is separated by delimiters such as commas or tabs. Although it can have multiple tables, it cannot have multiple relations as the Relational Databases have. Relational Databases The main advantage of Relational Dat...