IBM interview question

1. Explain the difference between SQL and NoSQL databases. 2.What is normalization? Explain different normal forms in SQL. 3.What are the OOPS principles?

Interview Answer

Anonymous

20 Oct 2024

SQL databases are relational, structured, and use predefined schemas, while NoSQL databases are non-relational, handle unstructured data, and are more scalable and flexible.