What is difference between Access(DBMS) and RDBMS like SQL
Server or Oracle?. Why Access is not used in web based
application?
Answers were Sorted based on User's Feedback
Answer / suneel reddy
difference is nothing but in access we dont have relations
to carry database we dont have normalization,joins
but in oracle we have normalized data or relations
Is This Answer Correct ? | 27 Yes | 10 No |
Answer / sujatha
Hai,
MS ACCESS is comes under to DBMS.It's not having any
relations,joins,normalizations.It's used to store the data
and retrive the data.
Orcle and SQL server comes under to RDBMS(relational
database management system).It's having relations to
connect the another tables and having joins,normalizations.
Is This Answer Correct ? | 28 Yes | 11 No |
Answer / madhu
ms access is dbms because in this we can only store the data and retrieve the data.oracle and sql are rdbms ,in this we can
store the data and retrieve the data and also able to spread his way to organise database as relationaljoins,normalizations.
Is This Answer Correct ? | 10 Yes | 3 No |
Answer / murthy
Also, we can not write stored procedures and functions and
triggers,packages etc...
Is This Answer Correct ? | 8 Yes | 7 No |
Answer / mahdi
in access you don't have transactions.
it's really important to exactly do or do not something in
your database.
whitout transactions , there is't any warranty for that!!
Is This Answer Correct ? | 3 Yes | 2 No |
Answer / amit garg
Ya, Its true that In Ms Access we can create Foreign Key and which is a relation ship. On the behalf of this nature we can calculate that after containing only one feature of relationship it can be a RDBMS because RDBMS is collection of so many feature e.g. function, trigger, procedure, indexes etc after that we say that this is RDBMS (e.g. MS SQL SERVER 2000,05,08 and oracle).
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / ajit
actually it's a blunder that we don't think that MS-ACCESS
is a rdbms package.It follows codd-commandment rule and
able to spread his way to organise database as relational,
so it's true that it's a rdbms package..
Is This Answer Correct ? | 5 Yes | 5 No |
Mention what the purpose behind doing end-to-end testing is?
Explain cyclomatic complexity?
what are the Most common problems in a web based application in testing point of view?
how cam www sites be tested
If you have an application, but you do not have any requiremnts available, then how would you perform the testing
Mention what the meaning of breath testing is?
What is differences between SCS-1,2 and 3
What is the boundary value analysis/testing?
Did you write test cases of design phase?
Explain ETVX concept?
when a new testing tool is puchased it should be used first by
Explain testability?