Flipkart numbers

 DROP TABLE IF EXISTS SequenceNumbers;


CREATE TABLE dbo.SequenceNumbers

(

[ID] INT,

[Number] INT

)


INSERT INTO SequenceNumbers

VALUES

(1,20),(2,20),(3,20),(4,20),(5,22),(6,24),(7,24),(8,24),(9,20)



SELECT * FROM SequenceNumbers

Comments

Popular posts from this blog

50 Essential SQL Questions to Land Your Dream Job

How to find all the customers who placed orders on three consecutive days | SQL Scenario questions

ACCENTURE SQL INTERVIEW QUESTION | Change the ProductIDs