Filter interviews by
I applied via Referral and was interviewed before Jun 2023. There were 2 interview rounds.
Delete removes rows from a table, truncate removes all rows from a table, drop removes a table from the database.
Delete is a DML command which removes specific rows from a table.
Truncate is a DDL command which removes all rows from a table but keeps the table structure.
Drop is a DDL command which removes an entire table from the database.
Delete can be rolled back, truncate cannot be rolled back, drop cannot be rolled b...
Types of joins in SQL include inner join, outer join, left join, and right join.
Inner join: returns rows when there is a match in both tables
Outer join: returns all rows when there is a match in one of the tables
Left join: returns all rows from the left table and the matched rows from the right table
Right join: returns all rows from the right table and the matched rows from the left table
Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity.
Normalization involves breaking down data into smaller, more manageable tables
It helps in reducing data redundancy by storing data in a structured way
Normalization ensures data integrity by avoiding update anomalies
There are different normal forms like 1NF, 2NF, 3NF, etc.
Example: In a database, instead of stori...
Top trending discussions
based on 1 interview
Interview experience
based on 8 reviews
Rating in categories
Software Developer
93
salaries
| ₹3.1 L/yr - ₹14 L/yr |
Software Engineer
73
salaries
| ₹1.2 L/yr - ₹8.2 L/yr |
Junior Software Engineer
51
salaries
| ₹1.8 L/yr - ₹4 L/yr |
Salesforce Developer
39
salaries
| ₹2.5 L/yr - ₹9.3 L/yr |
Senior Software Engineer
32
salaries
| ₹7.1 L/yr - ₹22.5 L/yr |
Infosys
TCS
Wipro
HCLTech