INTERVIEW QUESTIONS
DATABASE
DETAILS
Question: What is basic difference between SQL Server2000 and oracle?
Answer: In Oracle, a database refers to the entire Oracle RDBMS environment. The Oracle RDBMS is comprised of tablespaces, which in turn are comprised of data files. Tablespace data files are formatted into internal units termed blocks. Oracle 9i Database supports all known platforms, not only the Windows-based platforms. PL/SQL is more powerful language than T-SQL.
A Microsoft SQL Server database provides a logical separation of data, applications, and security mechanisms. A SQL Server installation can support multiple databases. Microsoft SQL Server uses filegroups at the database level to control the physical placement of tables and indexes. Filegroups are logical containers of one or more files, and data contained within a filegroup is proportionally filled across all files belonging to the filegroup. SQL Server 2000 is cheaper to buy than Oracle Database and is generally accepted as easier to install, use and manage.
|
Question:
What is basic difference between SQL Server2000 and oracle?
Answer:
In Oracle, a database refers to the entire Oracle RDBMS environment. The Oracle RDBMS is comprised of tablespaces, which in turn are comprised of data files. Tablespace data files are formatted into internal units termed blocks. Oracle 9i Database supports all known platforms, not only the Windows-based platforms. PL/SQL is more powerful language than T-SQL.
A Microsoft SQL Server database provides a logical separation of data, applications, and security mechanisms. A SQL Server installation can support multiple databases. Microsoft SQL Server uses filegroups at the database level to control the physical placement of tables and indexes. Filegroups are logical containers of one or more files, and data contained within a filegroup is proportionally filled across all files belonging to the filegroup. SQL Server 2000 is cheaper to buy than Oracle Database and is generally accepted as easier to install, use and manage. Source: CoolInterview.com
Answered by: Sagar Bhargava | Date: 11/16/2007
| Contact Sagar Bhargava
oracle database and sql server are basically designed as a RDBMS. difference -1:
oracle is a collection of single database,where we can create multiple tables under it. where as sqlserver is a collection of multiple databases.
diffrence -2: oracle is platform independent that is it can work on any o.s ,where as sqlserver is platform dependent that is it only works on windows o.s. Source: CoolInterview.com
Answered by: pushpa g | Date: 5/30/2009
| Contact pushpa g
oracle database and sql server are basically designed as a RDBMS. difference -1:
oracle is a collection of single database,where we can create multiple tables under it. where as sqlserver is a collection of multiple databases.
diffrence -2:
oracle is platform independent that is it can work on any o.s ,where as sqlserver is platform dependent that is it only works on windows o.s. Source: CoolInterview.com
Answered by: swapnil lawhale | Date: 12/23/2009
| Contact swapnil lawhale
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|