answersLogoWhite

0


Best Answer

Data is contained in tables. Tables have fields (columns) that hold rows of data. Here is an example of the field in a table: >>invoke $d001.vssdata.lastactv;
-- Definition of table \BEAST.$D001.VSSDATA.LASTACTV
-- Definition current at 15:46:25 - 06/25/07

(
STYLE_NBR INT NO DEFAULT NOT NULL
, ITEM_NBR INT NO DEFAULT NOT NULL
, SHOP_NBR SMALLINT NO DEFAULT NOT NULL
, COLOR_NBR SMALLINT NO DEFAULT NOT NULL
, SIZE_NBR SMALLINT NO DEFAULT NOT NULL
, LAST_ACTIVITY_DATE DATETIME YEAR TO DAY NO DEFAULT NOT NULL
, REGULAR_EOP_STOCK_UNITS INT NO DEFAULT NOT NULL
, REGULAR_EOP_STOCK_RETAIL NUMERIC( 18, 2) NO DEFAULT NOT NULL
, REGULAR_EOP_STOCK_COST NUMERIC( 18, 2) NO DEFAULT NOT NULL
, REDLINE_EOP_STOCK_UNITS INT NO DEFAULT NOT NULL
, REDLINE_EOP_STOCK_RETAIL NUMERIC( 18, 2) NO DEFAULT NOT NULL
, REDLINE_EOP_STOCK_COST NUMERIC( 18, 2) NO DEFAULT NOT NULL
, MODEL_INVENTORY INT NO DEFAULT NOT NULL
, PCT_STK_NUMERATOR SMALLINT NO DEFAULT NOT NULL
, PCT_STK_DENOMINATOR SMALLINT NO DEFAULT NOT NULL
, LOAD_STYLE INT NO DEFAULT NOT NULL
, INTRANSIT_UNITS INT NO DEFAULT NOT NULL
, OWNER_NBR SMALLINT NO DEFAULT NOT NULL
)
>>
CODE EOF LAST MODIFIED OWNER RWEP PExt SE Say you wanted to know the stock cost between May 1 and May 31. You would query that table for that data. select style_number, regular_eop_stock_cost, owner_nbr from $data.vssdata.lastactv where last_activity_date between "05-01-07" and "05-31-07"; Depending on how large the table is, how fragmented, and last update stats, it could return the data quickly or it could take an hour or more. The date format in the query depends on the database.

User Avatar

Wiki User

16y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How does select operation perform in RDBMS?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Different operations done using rdbms?

different rdbms operations are delete,update easily and other u find on some other site. •Insert : unary operation •Delete : unary operation •Update : unary operation •Select : unary operation •Project : unary operation •Join : binary operation •Union : binary operation •Intersection : binary operation •Difference : binary operation


How do you do Hatch Edit in GstarCAD?

To avoiding this process you can perform Hatchedit command. Also you can perform this operation doing double left click on the hatch pattern or selecting it and right click mouse, then select option > Edit Hatch.


What are the application of RDBMS?

what is rdbms and its application


Is foxpro a rdbms?

yes it is a rdbms


How do you perform operation in scientific notation?

The answer will depend on what operation you have in mind.


Uses of rdbms?

RDBMS (Relational Database Management System) is commonly used for storing, managing, and retrieving structured data. It provides features like data integrity, relationships between tables, and SQL querying for efficient data manipulation. RDBMS is widely used in various applications ranging from e-commerce websites, banking systems, healthcare record keeping, to enterprise resource planning (ERP) systems.


What are the different types of management systems?

1. relational database management system(RDBMS) 2. object Rdbms. 1. relational database management system(RDBMS) 2. object Rdbms.


What are advantages of rdbms over dbms?

Some advantages of relational database management systems (RDBMS) over traditional database management systems (DBMS) include data integrity through the use of constraints, normalization to reduce redundancy, support for ACID transactions, and standardized SQL language for data manipulation. RDBMS also offer scalability and flexibility for complex data structures and relationships.


What is a doctor that perform operation is called?

A surgeon.


WHY DO WE MULTIPLY DECIMALS?

If an operation calls for multiplication we multiply; if it calls for any other operation, we perform the other operation!


Disadvantage of rdbms?

RDBMS is a database that defines relation between table. RDBMS is acronym for relational database management system. Due to increased complexity overhead on the system will increase reducing the throughput and processing power.


Ability to perform certain logic operation?

The Logical operator has the ability to perform certain logic operations on its input. This is used in Boolean algebra.