answersLogoWhite

0

A view is created with the create view view name command?

Updated: 8/18/2019
User Avatar

Wiki User

9y ago

Best Answer

View is a virtual table with no data of its own. creating a view : create view taxpay as select * from employee where gross>5000;

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: A view is created with the create view view name command?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the different between a view and a create view?

View is a virtual table that do not have any data of its own but have data that is derived from another table called base table. Create view is the command used to create a view (virtual table).


What is the difference between select into and createview command?

The SELECT INTO command creates a new table with data from an existing table whereas the CREATE VIEW command creates a view i.e., a virtual table from an existing table.


What is the command tool that can create delete view and modify objects in active directory?

Dsadd


How do you create views?

Views can be created in a database using the CREATE VIEW key wordEx:CREATE VIEW view_name ASSELECT column_name(s)FROM table_nameWHERE conditions


What the purpose of the edit command in the system file checker?

Edit allows a user to view, create, or modify their computer files.


How can I create a printable list from the details view of a folder (in Windows)?

Running the MS-DOS DIR command and "piping" the results to a file does this.


How can you view files on a disc that was created from a command prompt?

You can easily see it as it looks like the normal file.


What is the output of the man command in Linux?

man has no output of its own. You must specify the name of the manual page you wish to view. For instance, to view the manual for bash, you would use the command man bash.


When you create a blank database the table that Access creates for you contains one field named .?

If you create it in Design View, no field name is given. If you create it in Datasheet View it is called Field1.


What command should you enter to view the host name and dns server address?

ipconfig / all


What are some commands for Clearcase?

To create a dynamic view, using the following command: cleartool mkview -tag atag storage location. To delete a dynamic view: cleartool rmtag -tag atag. When modifying an element, you need to check it out. Use this command: cleartool co anelement.


How do you Save and Restore Views in GstarCAD?

When you save specific views by name, you can restore them for layout and plotting or when you need to refer to specific details. A named view created with the VIEW command consists of a specific magnification, position, and orientation. In each drawing session, you can restore the last view displayed in each viewport.