answersLogoWhite

0

How do you print a database?

Updated: 12/7/2022
User Avatar

Wiki User

16y ago

Best Answer

A database is a collection of objects. Tables, views, programs. You could graphically put these objects into a diagram with a tool such as ERWIN, then print. Dependent upon how large the database is, you may or may not be able to print all of it. You'd also need a printer that can print large paper (legal or larger). Or you could do a select from just one table and put the output to a file. You may want to check to see how many rows are in the table first, then just do a select of a part of the table.

select count(*) from TABLENAME; (gives you the number of rows)

User Avatar

Wiki User

16y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you print a database?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is a database object that allows you to view or print formatted information but not enter data?

Database transaction


What is a database object that allows you to organize summarize and print all or a portion of the data in the database?

A report is a database object that allows you to organize, summarize, and present selected data from the database in a formatted way for printing or viewing. It provides a structured presentation of data that can be customized to meet specific reporting requirements.


How much is the capacity of a printed database?

A database's capacity is determined by its Operating System and how much space it has. I'm not sure what you mean by "printed" database. You could not print a database. Now, you might print the database design via Erwin or some other tool--but that's just printing the architecture--not the data.


How do you print using the Rollmaster software?

First you have to retrieve the data from the database by using the 'records view', 'Query' or 'report' menus. Then select print.


form?

an object in a database that you can use to maintain, view, and print records in a "structured" manner


How are forms and reports different?

a form is an object in a database; you can print data that appears in forms


Database management system well formed formula?

how to print one to five * in all step increment


Can a print source be an online article?

Yes, a print source can refer to an online article. Print sources are typically considered to be publications intended for physical distribution, but with advancements in technology, online articles can also be included as print sources if they are accessed and printed from a credible online platform or database.


Print sql query in magento commerce?

If you want to execute database queries anywhere in Magento this link will help you http://web-funda.blogspot.com/2009/06/write-mysql-database-query-in-magento.html


How do you insert value to a dropdownlist from textbox input php?

Store the textbox input in a database using a html form prefarably. Using a loop get all the textbox input from database and use print/echo to show them in a dropdown.


What happens after the pattern of an individual print has been matched?

After the pattern of an individual print has been matched, it can be used for identification purposes, such as in forensic investigations or security access systems. The matched print can then be compared against other prints in a database to determine a potential match or identity of the individual.


What is the fingerprint database called?

I would assume it was a relational database.. I also assume you mean the fingerprint database that is used by the police forces. as far as i am aware it is a relational database. I think because you could query either a name or a fingerprint reading and then get the information relating to it..Example: If you were looking for the name to a set of fingerprints, you would enter the finger print into your query, and then you might get a name if it is in the database, and if you were looking for the fingerprints to a guy, you would enter a name and you might get the fingerprints for him if you have the right name and it is contained within the database.