i
Infinite Computer Solutions
Filter interviews by
I applied via LinkedIn and was interviewed in Jun 2024. There was 1 interview round.
Joins in SQL are used to combine rows from two or more tables based on a related column between them.
Joins are used to retrieve data from multiple tables based on a related column between them.
Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.
Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column;
DROP deletes the table structure and data, while TRUNCATE deletes only the data.
DROP removes the table from the database, including all data and structure.
TRUNCATE removes all data from the table, but keeps the table structure intact.
DROP is a DDL (Data Definition Language) command, while TRUNCATE is a DML (Data Manipulation Language) command.
Substring in SQL is a function that extracts a portion of a string based on a specified starting position and length.
Substring function is used to extract a part of a string based on the starting position and length provided.
Syntax: SUBSTRING(string_expression, start, length)
Example: SELECT SUBSTRING('Hello World', 1, 5) will return 'Hello'
Top trending discussions
posted on 28 Sep 2024
I applied via Campus Placement and was interviewed in Aug 2024. There were 8 interview rounds.
Database Management system SQL and PlSQL
Database Base Management system SQL and PlSQL
Database Management system
Database Management system
Database Management system
Database Management system
Database Base Management system
posted on 22 Oct 2024
Primary and standby databases can be synced using Data Guard in Oracle.
Configure Data Guard on primary and standby databases
Enable redo transport services
Monitor and resolve any synchronization issues
Perform switchover or failover when necessary
Seeking new challenges and growth opportunities in a dynamic environment.
Looking for new challenges to enhance my skills and knowledge
Seeking growth opportunities for career advancement
Interested in working in a more dynamic and innovative environment
I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.
Query writing , famous query of db
posted on 2 Jul 2022
To add a diskgroup in disks, use the CREATE DISKGROUP command in Oracle ASM.
Ensure that the disks are initialized and partitioned
Use the ASMCA (ASM Configuration Assistant) or ASMCMD (ASM Command-Line Utility) to create the diskgroup
Specify the diskgroup name, redundancy level, and the disks to be included in the diskgroup
Example: CREATE DISKGROUP dg1 NORMAL REDUNDANCY DISK '/dev/sdb1', '/dev/sdc1'
Real Application Cluster (RAC) is a cluster database with shared disk architecture.
RAC allows multiple instances to access a single database simultaneously.
It provides high availability and scalability.
RAC uses Oracle Clusterware to manage the cluster.
Load balancing and failover are automatic in RAC.
RAC requires additional hardware and software licenses.
posted on 12 Aug 2022
Index is used to speed up data retrieval while statistics are used by the query optimizer to create an efficient query plan.
Indexes are created on columns to speed up data retrieval
Statistics are used by the query optimizer to create an efficient query plan
Indexes are used to enforce uniqueness and primary key constraints
Statistics are used to estimate the number of rows returned by a query
Indexes can be clustered or n...
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Software Engineer
1.4k
salaries
| ₹3 L/yr - ₹12.4 L/yr |
Senior Software Engineer
1.2k
salaries
| ₹6.5 L/yr - ₹22 L/yr |
Technical Lead
812
salaries
| ₹8.2 L/yr - ₹34.3 L/yr |
Associate Software Engineer
716
salaries
| ₹2.5 L/yr - ₹8 L/yr |
Softwaretest Engineer
613
salaries
| ₹3.4 L/yr - ₹11 L/yr |
TCS
Wipro
HCLTech
Tech Mahindra