What are the different types of databases?
• Relational Database (RDBMS) – SQL-based (e.g., MySQL, PostgreSQL, Oracle)
• NoSQL Database – Non-relational (e.g., MongoDB, Cassandra, Redis)
• NewSQL Database – Combines SQL and NoSQL features
• In-Memory Database – Uses RAM for storage (e.g., Redis, Memcached)
• Graph Database – Stores data as nodes and edges (e.g., Neo4j)
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the varoius components of physical database structure of oracle database?
Explain the difference between a procedure and a function? What do you understand by those terms?
What to do if dba lost the system password?
How to apply filtering criteria at group level in oracle?
How to rename an index in oracle?
In my table i have 4 columns with 100 records but in that 4 columns one column contains all NULL values so can i add NOT NULL CONSTRAINT on that column......... ok if it is not possible, can i add NOT NULL CONSTRAINT from 101 Record Onwards?
What is bulk collect in oracle?
What do you understand by a database object?
How would you change old and new values in an insert, delete and update triggers?
How to store pictures on to the database?
How to call a sub procedure?
what is the syntax of CREATE command?