Intervue featured on Shark TankIntervue featured on Shark Tank - mobile banner

Top database interview questions

Real interview questions from top companies for Database. Includes theoretical concepts and coding problems.

What is the difference between a relational database and a NoSQL database?

What is database normalization?

What is the purpose of an index in a database?

What is the difference between a primary key and a foreign key?

What is a database transaction?

What is the purpose of a database view?

What is the difference between a database schema and a database instance?

What is data warehousing?

What is the purpose of a database trigger?

What is the difference between a database cursor and a database pointer?

What is the purpose of a database lock?

What is the difference between a database deadlock and a database livelock?

What is the purpose of a database journal?

What is the difference between a database backup and a database snapshot?

What is the purpose of a database replication?

What is the difference between a master-slave replication and a peer-to-peer replication?

What is the purpose of a database sharding?

What is the difference between a horizontal partitioning and a vertical partitioning?

What is the purpose of a database denormalization?

What is the difference between a database ETL and a database ELT?

What is the purpose of a database data masking?

What is the difference between a database data encryption and a database data hashing?

What is the purpose of a database access control?

What is the difference between a database authentication and a database authorization?

Write a SQL query to retrieve all rows from a table called 'employees' where the 'salary' is greater than 50000.

Write a Python function to connect to a MySQL database and retrieve all rows from a table called 'employees'.

Write a Java function to insert a new row into a table called 'employees' in a PostgreSQL database.

Write a SQL query to retrieve all rows from a table called 'orders' where the 'total' is greater than 1000 and the 'customer_id' is equal to 123.

Write a C# function to connect to a SQL Server database and retrieve all rows from a table called 'customers'.

Write a SQL query to retrieve all rows from a table called 'products' where the 'price' is less than 50 and the 'category' is equal to 'electronics'.

Write a Python function to connect to an Oracle database and retrieve all rows from a table called 'employees'.

Write a Java function to update a row in a table called 'employees' in a MySQL database.

Write a SQL query to retrieve all rows from a table called 'orders' where the 'total' is greater than 500 and the 'order_date' is within the last 30 days.

Write a C# function to connect to a PostgreSQL database and retrieve all rows from a table called 'customers'.