i
Fluentgrid
Filter interviews by
I applied via Referral and was interviewed before Dec 2022. There were 2 interview rounds.
Truncate is a DDL command that removes all records from a table, while delete is a DML command that removes specific records.
Truncate is faster than delete as it does not log individual row deletions.
Truncate resets identity columns, while delete does not.
Joins in SQL: Inner join, outer join (left, right, full), cross join, self join.
Languages in SQL: Data Definition Language (DDL), Data Manipulation Language (DML), Da...
Top trending discussions
posted on 10 Jul 2024
posted on 17 Jan 2024
I was interviewed in Dec 2023.
posted on 10 Dec 2024
I applied via Naukri.com and was interviewed before Dec 2023. There was 1 interview round.
PostgreSQL follows a client-server model architecture with a multi-process architecture.
PostgreSQL follows a client-server model architecture
It has a multi-process architecture with a separate process for each client connection
The main components include the PostgreSQL server process, shared memory, and background processes
It supports multiple storage engines and has a flexible plugin architecture
WAL is a method used in database systems to ensure data integrity by writing changes to a log before updating the actual data.
WAL is a protocol used to guarantee that no data modifications are lost in case of a system crash.
Changes are first written to a log file before being applied to the actual data files.
This allows for quick recovery and ensures data consistency.
Examples of databases that use WAL include PostgreSQ
posted on 20 Dec 2024
I applied via campus placement at Zeal Education Society's Dnyanganga Institute of Career Empowerment & Research, Pune and was interviewed before Dec 2023. There was 1 interview round.
I applied via Recruitment Consultant and was interviewed in Dec 2020. There was 1 interview round.
Joins are used to combine data from two or more tables based on a related column.
Joins are used in SQL to retrieve data from multiple tables.
There are different types of joins such as inner join, left join, right join, and full outer join.
Inner join returns only the matching rows from both tables.
Left join returns all the rows from the left table and matching rows from the right table.
Right join returns all the rows fr...
A foreign key is a column or a set of columns in a table that refers to the primary key of another table.
It establishes a link between two tables.
It ensures referential integrity.
It helps in maintaining consistency in the database.
It can be null or have duplicate values.
Example: A 'customer' table may have a foreign key 'order_id' that refers to the primary key 'id' in the 'order' table.
Software Engineer
174
salaries
| ₹1.8 L/yr - ₹8 L/yr |
Business Analyst
90
salaries
| ₹3 L/yr - ₹9.8 L/yr |
Senior Software Engineer
50
salaries
| ₹7.2 L/yr - ₹16.3 L/yr |
Test Engineer
40
salaries
| ₹2.7 L/yr - ₹9 L/yr |
Junior Software Engineer
39
salaries
| ₹1.8 L/yr - ₹5.1 L/yr |
TCS
Infosys
Wipro
Tech Mahindra