answersLogoWhite

0


Best Answer

Numeric means a number is used. For a key, that would usually be an integer. Non-numeric keys can include any symbols (i.e., text). In theory, you could also use other specialized data types, for example, dates. Check the data types available by a specific RDBMS; details may vary. Almost any data type can be used for a key; although variable-length data types such as BLOB are either not supported or not practical to use.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the difference between numeric and non-numeric keys in RDBMS?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Math & Arithmetic

What are Limitation of RDBMS?

too many too many too many


What is domain in rdbms?

• Domain is the set of allowable values for one or more attributes.


What is the contribution of set theory in rdbms?

set - A collection of well defined and distinct objects. eg:emp={001,002,003,004....}Relation - table(employee)tuple -row(which employee)attribute-column(details about that employee)set theory says what all can be done with relation(table) with various operatorsunion ,intersection,=,!=, etc


Difference between Sybase and Sybase IQ?

There are two answers to this. Sybase, or Sybase Incorporated, is a company that makes software products for enterprise systems. The company has two subsidiaries, iAnywhere and Sybase 365, both of which focus on mobility solutions. So when you say "Sybase", you are actually talking about a company. A lot of people use the term "Sybase" to describe Sybase Adaptive Server Enterprise, or Sybase ASE. This is similar to saying "Oracle", when you mean "Oracle 10g". ASE is the large scale enterprise database, and competes directly with Oracle 10g and IBM DB2. It is a row based storage RDBMS, suitable for On Line Transaction Processing (OLTP) as well as data storage and reporting. Sybase has three other database products: Sybase IQ, SQL Anywhere, and Advantage. Each is designed for a specific market. Sybase IQ is an RDBMS which uses a column-based storage system. This means it stores data based the column the data comes from, and not the row the data is associated with. Column based storage has become a very popular design over the last few years, because it is very efficient at producing reports and can hold a lot of archival data in a much smaller footprint. Sybase IQ has been around for over 10 years, and is about to hit release 15.0 (sometime in the first half of 2009). This is signifcantly longer than some of it's competitors, who have only just started building column oriented storage systems. For this reason it is very popular for most reporting applications, incuding data warehouses and datamarts. Sybase IQ uses the same SQL syntax as Sybase ASE, and is fully ANSI SQL compliant. It stores data in tables, the same way as other relational databases. Any application or reporting engine that can run queries against Sybase ASE (or any relational database, for the most part) can use Syabse IQ. The only difference is "under the hood" in the disk storage mechanism.


Related questions

What is the major difference between rdbms and dbms?

The 'r'


What is the difference between RDBMS and Datawarehouse?

A relational database management system (RDBMS) is a system for managing relational databases, while a data warehouse is a centralized repository that stores large amounts of structured data from various sources. RDBMS is used for day-to-day transactional data operations, while data warehouses are used for analytical queries and reporting. Data warehouses are often used to consolidate and analyze data for business intelligence purposes.


What is the difference between sybase and rdbms?

Sybase is a specific product and company that provides relational database management systems (RDBMS). RDBMS is a general term for a type of database management system that stores data in a structured format using tables. Sybase is one of the many vendors that offer RDBMS solutions.


Major difference between dbms vs rdbms?

A DBMS (Database Management System) is a software that manages databases and provides functionalities to store, retrieve, and update data. An RDBMS (Relational Database Management System) is a type of DBMS that stores data in a structured way using tables with relationships between them. RDBMS enforces the relational model, which allows for data integrity through constraints and supports SQL for querying data.


What is the difference between sqlplus and sqlserver?

what is the difference between sqlplus and sqlsever SQL*PLUS is oracle command line utility that allows access to Oracle databases sqlserver is a Microsoft RDBMS (database management system), vaguely based on a Sybase RDBMS if you are looking for SQL*PLUS like interface to SQL Server, the one one is SQLS*PLUS from www.memfix.com


What is the difference between OODBMS and DBMS?

Object-Oriented Database Management System (OODBMS) stores data in the form of objects with attributes and methods, allowing for complex data structures and relationships. Traditional Database Management System (DBMS) stores data in structured tables with rows and columns, focusing on relational data models. OODBMS is better suited for applications with complex data structures and relationships, while DBMS is more widely used for simpler data storage and retrieval needs.


Difference between rdbms and dbms?

dbms stands for data base management system whereas rdbms is relational data base management system. A Database Management System (DBMS) is collection of software programs which enable large, structured sets of data to be stored, modified, extracted and manipulated in different ways. Whereas Relational Database Managemet System (RDBMS) is a data structured in database tables, fields and records. Each RDBMS tables consist of database table rows.


What is MPP based RDBMS?

RDBMS is short for Relational database management system . RDBMS defines relationship between the tables . MPP stands for massive parallel processing and in RDBMS MPP refers to the processing of several table ,that are in relation with one another together.


Dbms and rdbms?

A DBMS (Database Management System) is a software application that allows users to interact with a database. An RDBMS (Relational Database Management System) is a type of DBMS that organizes data into tables with rows and columns, and uses structured query language (SQL) for querying and managing data. RDBMSs are a subset of DBMSs, designed specifically for relational databases.


What are the application of RDBMS?

what is rdbms and its application


Is foxpro a rdbms?

yes it is a rdbms


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.