What is the difference between a Physical File & a Logical?

Answers were Sorted based on User's Feedback



What is the difference between a Physical File & a Logical?..

Answer / gts

PF=CONTAINS THE DATA
LF=PROVIDES A VIEW ON PF.

Is This Answer Correct ?    2 Yes 0 No

What is the difference between a Physical File & a Logical?..

Answer / david

In a database management system, a physical record is the actual binary representation of the data whereas the logical record is the text representation of the data that humans can read and understand.

Is This Answer Correct ?    4 Yes 3 No

What is the difference between a Physical File & a Logical?..

Answer / satyendra prajapati

In physical file it takes memory because it contain actual record.logical file not contain memory because it does not contain data its views of the data stored in physical file.
physical file have only one data format.logical file have more than one record format.physical file may exist SSD(secondary storage).Logical file does not exist SSD.

Is This Answer Correct ?    2 Yes 1 No

What is the difference between a Physical File & a Logical?..

Answer / saurav

Ph s like bytes are stored in a file.. Doesn't knw from whr d input is coming but lf is aware of it..

Is This Answer Correct ?    1 Yes 0 No

What is the difference between a Physical File & a Logical?..

Answer / anwar khan

PF file hold the actual data of a database file.
LF is a view of the logical view of data

Is This Answer Correct ?    1 Yes 0 No

What is the difference between a Physical File & a Logical?..

Answer / sarita

Physical file is the file that already present on disk or tape
and operating system can hide particular info of file is nothing but logical file.

Is This Answer Correct ?    1 Yes 0 No

What is the difference between a Physical File & a Logical?..

Answer / mithun paul

We can perform Update operations on PF. On the other hand
we can perform Update operations on simple LF(not with
multi format LF or Join LF)


Mithun Paul
KMG Infotech Ltd.
Kolkata

Is This Answer Correct ?    6 Yes 6 No

What is the difference between a Physical File & a Logical?..

Answer / ankit singh

1. When we open a file stored on a disk, its logical file is
created and we work on that file.
2. Once we save the file, the changes we made are reflected
in the physical file. If we don't save the file, the
physical file doesn't get affected.
3. When we close the file, the logical file which was
created on opening the file, gets destroyed.

Is This Answer Correct ?    0 Yes 0 No

What is the difference between a Physical File & a Logical?..

Answer / cyjil

A PHYSICAL FILE IS A DATABASE FILE AND IT CONTAINS DATA..
LOGICAL FILE IS AN ARRANGEMENT OF DATAS FROM ONE OR MORE
PHYSICAL FILE.. BUT IT DOESN'T CONTAINS DATA.. IT IS A VIEW
OF P.F

Is This Answer Correct ?    9 Yes 10 No

What is the difference between a Physical File & a Logical?..

Answer / teja

The Physical file stores the actual data.
The Logical File is a sequenced VIEW of the data in the Phsyical FIle.

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More IBM AS400 AllOther Interview Questions

what is a non-join logical file?

1 Answers   IBM,


How to see all members of a file?

1 Answers  


how to write code for singlepage in sqlrpgle with update ?

0 Answers  


When will DUMP and DEBUG opcodes be ignored?

1 Answers  


what is logical file?

0 Answers   IBM,


what is procedure prototype and procedure interface.

0 Answers   IBM,


WHAT IS DECIMAL DATA ERROR IN RPG IV...WHEN WILL IT HAPPENS?

6 Answers   CTS,


if &var='good++++' &var2='day' &var *cat &var2 &var1 *tcat &var2 what is output

2 Answers  


what does the ovrdbf command do?

0 Answers   IBM,


What is a job log?

1 Answers  


What is the purpose of the following? FORDHDR1 IF E K DISK ORDHDRF KRENAMEORDHDRF1

1 Answers  


what are the types of errors available in rpg IV or 400.Like decimal data error,sessional error or device error etc...means important error occurings,ie to find out suddenly???pls give answ if u know?

2 Answers   CTS,


Categories