filmov
tv
Infosys SQL Interview Question
Показать описание
SQL questions recently asked in Infosys interview. We need to find origin and final destination details.
To find out the expected output, I use joins.
--Create table syntax
CREATE TABLE Flights (cust_id INT, flight_id VARCHAR(10), origin VARCHAR(50), destination VARCHAR(50));
-- Insert data into the table
INSERT INTO Flights (cust_id, flight_id, origin, destination)
VALUES (1, 'SG1234', 'Delhi', 'Hyderabad'), (1, 'SG3476', 'Kochi', 'Mangalore'), (1, '69876', 'Hyderabad', 'Kochi'), (2, '68749', 'Mumbai', 'Varanasi'), (2, 'SG5723', 'Varanasi', 'Delhi');
For more SQL interview questions. Check out our playlist.
Contact us:
Follow us on
To find out the expected output, I use joins.
--Create table syntax
CREATE TABLE Flights (cust_id INT, flight_id VARCHAR(10), origin VARCHAR(50), destination VARCHAR(50));
-- Insert data into the table
INSERT INTO Flights (cust_id, flight_id, origin, destination)
VALUES (1, 'SG1234', 'Delhi', 'Hyderabad'), (1, 'SG3476', 'Kochi', 'Mangalore'), (1, '69876', 'Hyderabad', 'Kochi'), (2, '68749', 'Mumbai', 'Varanasi'), (2, 'SG5723', 'Varanasi', 'Delhi');
For more SQL interview questions. Check out our playlist.
Contact us:
Follow us on
Infosys SQL Interview Question
Solving a SQL Puzzle | Infosys SQL Interview Question
Infosys SQL Interview Question | Data Analyst | Data Scientist | Software Engineer | Full Stack
Infosys SQL/PLSQL Interview Questions
SQL Interview Question Asked in INFOSYS | Mastering SQL 🔥🔥🔥 | Data Science Interview Questions...
SQL Interview Question: Find the Last Record in a Table (SOLVED!)
Data Analysis SQL Interview Questions | Running SUM | Who Hit the Sales Target First
Infosys SQL/PLSQL Interview Questions - Reupload
Infosys Interview Questions And Answers 2023 | Top 32 Interview Questions | Infosys | Simplilearn
Top 10 SQL Interview Queries | Popular SQL Queries for SQL Interview
Infosys SQL - PLSQL Interview Questions and Answers 3 to 8 years experienced #sql @sql @plsql #plsql
Infosys SQL Interview Question✅[ Remove Duplicate Records From Table📑In SQL ]
Top 20 Infosys interview questions and answers on PLSQL
TOP 12 Infosys HR Interview Questions | Tips & Tricks | How to Answer | Crack any HR Interview
Infosys: 03/092021 Interview Experience | Time 05:00 PM | Infosys Actual Interview Experience
SQL interview Questions and Answers | Frequently asked SQL interview questions | Sql Mock Interview
SQL interview question | Challenge yourself | SoftwaretestingbyMKT | Interview Preparation on SQL
Infosys SQL - PLSQL Interview Questions and Answers 3 to 8 years experienced #sql #plsql - Part 1
PL/SQL Interview Questions and Answers | Top PL/SQL Interview Questions | Intellipaat
Data Analyst SQL Interview Question |Self-Joins Explained #dataanalysis #sql #sqlinterview
SQL Interview QnA | Asked In Infosys | Data Science | Data Analytics
Lec-123: Top 15 SQL Interview Questions Answers | Most Important Questions for Job Interview
SQL Server Interview Questions and Answers :- What to prepare ?
Top 10 SQL Interview Questions and Answers for Freshers TCS, Accenture, Infosys, Wipro, HCL, Amazon
Комментарии