Вы находитесь на странице: 1из 10

S.

No

DBMS

1 Applications Manager
2 VividCortex
3 SQL Diagnostic Manager
4 CONNX
5 Airtable
6 ClusterControl
7 dbForge Studio
8 DBHawk
9 HanDbase
10 Indigo DQM
11 MariaDB
12 MarkLogic
13 Brilliant Database
14 Database Oasis
15 Aplha Anywhere
16 /db
17 DBIntegrate
18 Adminer
19 Aerospike
20 AllegroGraph
21 Alventis Databse
22 Amazon SimpleDB
23 AnySQL Maestro
24 Apache Cassandra
25 ArchivePlus
26 ARCS
27 ASPRunner Professional
28 Basemaster
29 Billing Software
30 BizDB
31 Double-Taker Share
32 Cleversafe
33 Cloud ONTAP
34 Comarch Master Data Management
35 ComponentOne Response
36 Compose
37 Couchbase Server
38 cP-DocRev
39 Cubrid
40 CyView
41 D3 DBMS
42 Data Loader
43 Database Labs
44 Database Manager
45 DataFuse
46 DataStax Enterprise

Vendor
ManageEngine
VividCortex
IDERA
CONNX Solutions
Airtable
Severalnines
Devart
Datasparc
DDH Software
Indigo DQM
MariaDB
MarkLogic
Binary Brilliant
MFK Solutions
Alpha Software
SlashDB
Transoft
Adminer
Aerospike
Franz
Alventis
Amazon
SQL Maestro Group
Apache Software Foundation
Indusa
Marketing Systems Group
XLineSoft
Clientbase
DTH Software
CNC Technology
InterSystems
Cleversafe
NetApp
Comarch
ComponentOne
Compose
Couchbase
codeMantra
Cubrid
Cylab
Rocket Software
Interface Computers
Database Labs
Nucleon Software
Data Mentors
DataStax

47 DataSunrise Database Security


48 datatooth
49 DBF Manager
50 dbFront

DataSunrise Database Security


Solutions4Business
Astersoft
dbFront Works

S.No

RDBMS

1 Access (Jet, MSDE)


2 Adabas D
3 Adaptive Server Anywhere
4 Adaptive Server Enterprise
5 Advantage Database Server
6 Datacom
7 DB2 Everyplace
8 Filemaker
9 IDMS
10 Ingres ii
11 Interbase
12 MySQL
13 NonStop SQL
14 Pervasive.SQL 2000 (Btrieve)
15 Pervasive.SQL Workgroup
16 Progress
17 Quadbase SQL Server
18 R:Base
19 Rdb
20 Red Brick
21 SQL Server
22 SQLBase
23 SUPRA
24 Teradata
25 YARD-SQL
26 TimesTen
27 Adabas
28 Model 204
29 UniData
30 UniVerse
31 Cache'
32 Cloudscape
33 DB2
34 Informix Dynamic Server 2000
35 Informix Extended Parallel Server
36 Oracle Lite
37 Oracle 8I
38 PointBase Embedded
39 PointBase Mobile
40 PointBase Network Server
41 PostgreSQL
42 UniSQL
43 Jasmine ii
44 Object Store
45 Objectivity DB
46 POET Object Server Suite

47 Versant
48 Raima Database Manager
49 Velocis
50 Db.linux

Vendor
Microsoft
Software AG
Sybase
Sybase
Extended Systems
Computer Associates
IBM
FileMaker Inc.
Computer Associates
Computer Associates
Inprise (Borland)
Freeware
Tandem
Pervasive Software
Pervasive Software
Progress Software
Quadbase Systems, Inc.
R:Base Technologies
Oracle
Informix (Red Brick)
Microsoft
Centura Software
Cincom
NCR
YARD Software Ltd.
TimesTen Performance Software
Software AG
Computer Corporation of America
Informix (Ardent)
Informix (Ardent)
InterSystems
Informix
IBM
Informix
Informix
Oracle
Oracle
PointBase
PointBase
PointBase
Freeware
Cincom
Computer Associates
Exceleron
Objectivity
Poet Software

Versant Corporation
Centura Software
Centura Software
Centura Software

Structured Query Language is aspecial-purpose programming languagedesigned for managing da


held in arelational database management system(RDBMS), or for stream processing in arelational d
stream management system(RDSMS). Originally based uponrelational algebraandtuple relational
calculus, SQL consists of adata definition language,data manipulation language, andData Control
Language. The scope of SQL includes data insert, query, update and delete,schemacreation and
modification, and data access control. Although SQL is often described as, and to a great extent is,
adeclarative language(4GL), it also includesproceduralelements.

STATEMENTS
The SELECT statement is used to select data from a database.
The SELECT DISTINCT statement is used to return only distinct (different) values.
The WHERE clause is used to filter records.

The AND & OR operators are used to filter records based on more than one condition.
The ORDER BY keyword is used to sort the result-set.

EXAMPLE
SELECTcolumn_name,column_name
FROMtable_name;
SELECT DISTINCT column_name,column_name
FROM table_name;
SELECT column_name,column_name
FROM table_name
WHERE column_name operator value;
SELECT * FROM Customers
WHERE Country='Germany'
AND City='Berlin';
SELECT column_name, column_name
FROM table_name
ORDER BY column_name ASC|DESC, column_name ASC|DESC;

INFORMATION SYSTEMS
S.No
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

NAME
Patriot Payroll
ShipStation
ReserVec
HandiFox by Tecom Group
FedWire
IBM System Z
IBM Customer Information Control System
Honeywell Multics
AmbitionSales
InventoryTrack
Questica Budget
AutoMIS
ORACLE HRMS
NextGen Healthcare
Turban
Group Systems by Ventana
3PLink by Camelot 3PL Software
GIDE Financial Modelling Suite
Z K Spreadsheet
Analytica by Lumina Decision Systems

TYPE
TPS
TPS
TPS
TPS
TPS
TPS
TPS
TPS
MIS
MIS
MIS
MIS
MIS
MIS
DSS
DSS
DSS
DSS
DSS
DSS

ORMATION SYSTEMS
FUNCTIONALITIES
Payroll systems
Order processing systems
Reservation systems
Stock control systems
Systems for payments and funds transfers
Airline Control Program (ACP)
Transaction manager for rapid, high-volume online processing
Time Sharing - Multitasking by Multi Programming
Sales management systems
Inventory control systems
Budgeting systems
Management Reporting Systems (MRS)
Personnel (HRM) systems
Schedulling and Billing Systems for Hospitals and Pyhsicians
Group Decision Support Systems (GDSS)
Computer Supported Co-operative work (CSCW)
Logistics systems
Financial Planning systems
Spreadsheet Models
Visual quantitative modeling for analysts and Management

Вам также может понравиться