Filter interviews by
I applied via Walk-in and was interviewed in Apr 2024. There were 2 interview rounds.
Sql concepts and sql Queries
WHERE is used to filter rows before grouping, HAVING is used to filter groups after grouping.
WHERE is used with SELECT statement to filter rows based on a condition
HAVING is used with GROUP BY statement to filter groups based on a condition
WHERE is applied before grouping, HAVING is applied after grouping
Example: SELECT * FROM table_name WHERE column_name = 'value'
Example: SELECT column_name, COUNT(*) FROM table_name G...
Delete removes rows one by one, while truncate removes all rows at once.
Delete is a DML command, while truncate is a DDL command
Delete can be rolled back, while truncate cannot be rolled back
Delete triggers delete triggers, while truncate does not trigger any triggers
Delete is slower than truncate for large tables
Example: DELETE FROM table_name WHERE condition;
Example: TRUNCATE TABLE table_name;
Primary key uniquely identifies each record in a table, while foreign key establishes a link between two tables.
Primary key ensures each record is unique
Foreign key establishes a relationship between tables
Primary key can be a single column or a combination of columns
Foreign key references the primary key of another table
When creating a table, factors to consider include data types, column names, primary keys, relationships, and constraints.
Consider the data types for each column (e.g. integer, text, date)
Choose appropriate column names that are descriptive and easy to understand
Define primary keys to uniquely identify each row
Establish relationships between tables using foreign keys
Set constraints to enforce data integrity (e.g. uniqu...
Top trending discussions
I applied via Naukri.com and was interviewed in Jun 2020. There were 3 interview rounds.
I appeared for an interview before Nov 2016.
I appeared for an interview in Aug 2017.
I appeared for an interview in Sep 2016.
I appeared for an interview before Nov 2019.
I applied via Walk-in and was interviewed before Aug 2021. There were 2 interview rounds.
I applied via Recruitment Consultant and was interviewed in Apr 2020. There were 4 interview rounds.
I applied via Walk-in and was interviewed before Apr 2020. There were 4 interview rounds.
based on 2 interview experiences
Difficulty level
Duration
Data Analyst
48
salaries
| ₹3.6 L/yr - ₹10 L/yr |
Analyst
19
salaries
| ₹3.6 L/yr - ₹10 L/yr |
Digital Media Analyst
8
salaries
| ₹4 L/yr - ₹6.5 L/yr |
Senior Analyst
6
salaries
| ₹6 L/yr - ₹9 L/yr |
Consultant
5
salaries
| ₹8 L/yr - ₹12 L/yr |
TCS
Accenture
Wipro
Cognizant