answersLogoWhite

0

What else can I help you with?

Related Questions

What is a file on a database?

More than one record in a Database


How do you export foxpro file to excel?

use the database execute the following command export to <new file> type xls the above command will convert your foxpro database into XL file. each filed in the database will be changed as column in xls file.


What the name of a set record in a database?

file


What is the command to delete a file in windows 7?

Click the file>press the delete key (or del)>Press the enter key


How can you delete a file attached to a database entry in BigGyan Cloud eLearning?

There is currently no user interface for deleting a file attached to a database entry, however a workaround would be to delete the entry completely and then create a new entry without the file attached.


What are the file organization terms and concepts?

Bit, Byte, Field, Record, File, Database.


What is append command in dbase?

"append" command is used to append new records to a dbf file. You can "append blank" or you can "append from" another existing database file. Conditions can be specified while appending, eg; append from <filename> for <condition> (or) append while <condition>. Append can also be done from non dbf files, such as delimited text files.


What is the unix command to delete a given file?

To delete a file, type: rm filename To delete a file, but prompt for confirmation first use: rm -i filename In both cases, replace filename with the name of the file you're wanting to remove.


How do you export the database in MySQL?

In navicat you can export you database as a sql file. And on your server you can import it either by command line or phpMyAdmin.


Correct difference between file and database?

A file is a record. A record is comprised of a bunch of fields. Files are the subject of some thing. For example, if you are on a mailing list, it has your name, address. A database contains files - think of a file cabinet.


What is the difference a record and a file?

A file is a collection or set of records. Typically, In database sense, A Group of records makes a file. A group of attributes makes a record.


What command you use to delete a file?

Del is used to delete a file in command prompt.