answersLogoWhite

0

How do you create a master file?

User Avatar

Anonymous

12y ago
Updated: 8/20/2019

What else can I help you with?

Related Questions

Master file in DBMS?

Yes! The master file of a DBMS is a data file containing relatively permanent records that are generally updated periodically. The transaction file is a temporary file that holds all changes to be made to the master file, such as additions, deletions, and revisions. A transaction file has to be sorted before it is used to update the master file. By the way, I didn´t get your question, but I hope I helped =D


What is master file in database environment?

The main file in the database which is the only copy of the important data in a database is MASTER FILE lalkesav@gmail.com


What is the purpose of a master file in a batch processing system?

The master file helps users verify information. Additionally, if any of the batches are lost, the user can go to the master file to get the lost data.


How do you create master page in jsp?

how to create a master page in java


What are Master files in accounting?

features of master file in computerised accounting


How to design master file?

seffsdfdsfd


Is master file temporary or permanent?

permanent


Difference between master file and transaction file?

A master file is a permanent file that contains specific information about a particular entity, such as customers, products, or employees. It is typically updated infrequently and serves as a reference source for transactions. On the other hand, a transaction file is a temporary file that records individual business transactions, such as sales, purchases, or payments. It is used to update the master file and provide a detailed record of activities within a specific time period.


What includes the file system properties such as the date you create or change a file and statistics such as file size?

The location of the file system properties are included when you create or modify the file.


Which name file contains all permanent information and is updated during processing by transcations of data?

Master file. This file contains the permanent information for an organization or system, and it is updated by processing transactions that modify data within the system.


How do you create a file in Linux with write-only permissions?

Create a file and set it's permissions to 222


How do you create .exe file in c plus plus?

You can create an exe-file from your C++ source, if you have a compiler.