0% found this document useful (0 votes)
12 views3 pages

Query Vehicle Add Sample

The document contains a SQL insert statement for adding vehicle details into the ALPR_DB_NEW database. It includes multiple entries with various attributes such as vehicle number, company, model, type, color, owner, manufacturing year, and status. Each entry is associated with a specific user ID indicating who added the vehicle details.

Uploaded by

elimelech03
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views3 pages

Query Vehicle Add Sample

The document contains a SQL insert statement for adding vehicle details into the ALPR_DB_NEW database. It includes multiple entries with various attributes such as vehicle number, company, model, type, color, owner, manufacturing year, and status. Each entry is associated with a specific user ID indicating who added the vehicle details.

Uploaded by

elimelech03
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

INSERT INTO [ALPR_DB_NEW].[dbo].

[vehicle_details] (
[vehicle_number],
[added_by],
[vehicle_company],
[vehicle_model],
[vehicle_type],
[vehicle_color],
[vehicle_owner],
[manufacturing_year],
[vehicle_status]
)
VALUES
('MH12AB1784', 3022, 'Toyota', 'Corolla', 'Personal', 'Red', 'John Smith', 2016,
1),
('KA01AA5679', 3022, 'Honda', 'Civic', 'Taxi', 'Blue', 'Emily Davis', 2018, 1),
('DL05CX2346', 3022, 'Ford', 'Fusion', 'Commercial', 'Green', 'Alice Brown', 2017,
1),
('TN10XY7891', 3022, 'Hyundai', 'Elantra', 'Personal', 'White', 'Michael Brown',
2019, 1),
('GJ18CD4568', 3022, 'Tesla', 'Model S', 'Electric', 'Black', 'Sophia Johnson',
2020, 1),
('AP31PQ1235', 3022, 'Chevrolet', 'Malibu', 'Personal', 'Silver', 'William Jones',
2015, 1),
('RJ14UV5679', 3022, 'BMW', 'X5', 'SUV', 'Gray', 'Olivia Garcia', 2018, 1),
('WB24AB3457', 3022, 'Audi', 'Q7', 'SUV', 'Blue', 'Liam Martinez', 2021, 1),
('CH01XZ7891', 3022, 'Kia', 'Seltos', 'Taxi', 'Yellow', 'Amelia Wilson', 2020, 1),
('HR26JK6790', 3022, 'Nissan', 'Altima', 'Personal', 'White', 'Isabella Lee', 2017,
1),
('MH12BC2346', 3022, 'Toyota', 'Corolla', 'Personal', 'Red', 'John Smith', 2016,
1),
('KA02BA6790', 3022, 'Honda', 'Civic', 'Taxi', 'Blue', 'Emily Davis', 2018, 1),
('DL06CD3457', 3022, 'Ford', 'Fusion', 'Commercial', 'Green', 'Alice Brown', 2017,
1),
('TN11XY8902', 3022, 'Hyundai', 'Elantra', 'Personal', 'White', 'Michael Brown',
2019, 1),
('GJ19DE5679', 3022, 'Tesla', 'Model S', 'Electric', 'Black', 'Sophia Johnson',
2020, 1),
('AP32QR1236', 3022, 'Chevrolet', 'Malibu', 'Personal', 'Silver', 'William Jones',
2015, 1),
('RJ15UV6790', 3022, 'BMW', 'X5', 'SUV', 'Gray', 'Olivia Garcia', 2018, 1),
('WB25AB4568', 3022, 'Audi', 'Q7', 'SUV', 'Blue', 'Liam Martinez', 2021, 1),
('CH02XZ8902', 3022, 'Kia', 'Seltos', 'Taxi', 'Yellow', 'Amelia Wilson', 2020, 1),
('HR27JK7891', 3022, 'Nissan', 'Altima', 'Personal', 'White', 'Isabella Lee', 2017,
1),
('MH13DE5679', 3022, 'Toyota', 'Corolla', 'Personal', 'Red', 'John Smith', 2016,
1),
('KA03AC2346', 3022, 'Honda', 'Civic', 'Taxi', 'Blue', 'Emily Davis', 2018, 1),
('DL07CX6790', 3022, 'Ford', 'Fusion', 'Commercial', 'Green', 'Alice Brown', 2017,
1),
('TN12YZ8903', 3022, 'Hyundai', 'Elantra', 'Personal', 'White', 'Michael Brown',
2019, 1),
('GJ20EF4568', 3022, 'Tesla', 'Model S', 'Electric', 'Black', 'Sophia Johnson',
2020, 1),
('AP33ST3457', 3022, 'Chevrolet', 'Malibu', 'Personal', 'Silver', 'William Jones',
2015, 1),
('RJ16WX7891', 3022, 'BMW', 'X5', 'SUV', 'Gray', 'Olivia Garcia', 2018, 1),
('WB26CD8902', 3022, 'Audi', 'Q7', 'SUV', 'Blue', 'Liam Martinez', 2021, 1),
('CH03YZ5679', 3022, 'Kia', 'Seltos', 'Taxi', 'Yellow', 'Amelia Wilson', 2020, 1),
('HR28LM1235', 3022, 'Nissan', 'Altima', 'Personal', 'White', 'Isabella Lee', 2017,
1),
('MH14GH2346', 3022, 'Toyota', 'Corolla', 'Personal', 'Red', 'John Smith', 2016,
1),
('KA04YZ6790', 3022, 'Honda', 'Civic', 'Taxi', 'Blue', 'Emily Davis', 2018, 1),
('DL08JK8903', 3022, 'Ford', 'Fusion', 'Commercial', 'Green', 'Alice Brown', 2017,
1),
('TN13QR5679', 3022, 'Hyundai', 'Elantra', 'Personal', 'White', 'Michael Brown',
2019, 1),
('GJ21MN3457', 3022, 'Tesla', 'Model S', 'Electric', 'Black', 'Sophia Johnson',
2020, 1),
('AP34YZ8904', 3022, 'Chevrolet', 'Malibu', 'Personal', 'Silver', 'William Jones',
2015, 1),
('RJ17UV4568', 3022, 'BMW', 'X5', 'SUV', 'Gray', 'Olivia Garcia', 2018, 1),
('WB27QR8902', 3022, 'Audi', 'Q7', 'SUV', 'Blue', 'Liam Martinez', 2021, 1),
('CH04MN5679', 3022, 'Kia', 'Seltos', 'Taxi', 'Yellow', 'Amelia Wilson', 2020, 1),
('HR29YZ1236', 3022, 'Nissan', 'Altima', 'Personal', 'White', 'Isabella Lee', 2017,
1),
('MH15UV2347', 3022, 'Toyota', 'Corolla', 'Personal', 'Red', 'John Smith', 2016,
1),
('KA05XZ6791', 3022, 'Honda', 'Civic', 'Taxi', 'Blue', 'Emily Davis', 2018, 1),
('DL09AB8904', 3022, 'Ford', 'Fusion', 'Commercial', 'Green', 'Alice Brown', 2017,
1),
('TN14CD5679', 3022, 'Hyundai', 'Elantra', 'Personal', 'White', 'Michael Brown',
2019, 1),
('GJ22EF2347', 3022, 'Tesla', 'Model S', 'Electric', 'Black', 'Sophia Johnson',
2020, 1),
('AP35GH5679', 3022, 'Chevrolet', 'Malibu', 'Personal', 'Silver', 'William Jones',
2015, 1),
('RJ18MN3458', 3022, 'BMW', 'X5', 'SUV', 'Gray', 'Olivia Garcia', 2018, 1),
('PB08GH1234', 3023, 'Toyota', 'Camry', 'Personal', 'Blue', 'David Clark', 2017,
1),
('UP32AA7890', 3023, 'Maruti Suzuki', 'Swift', 'Personal', 'White', 'Ethan Moore',
2021, 1),
('MP09LM5678', 3023, 'Mahindra', 'XUV500', 'SUV', 'Black', 'Mia Patel', 2018, 1),
('KL07UV3456', 3023, 'Hyundai', 'Verna', 'Taxi', 'Yellow', 'Aarav Sharma', 2019,
1),
('AS01MN8901', 3023, 'Honda', 'City', 'Commercial', 'Silver', 'Nina Kapoor', 2016,
1),
('BR06QR4567', 3023, 'Tata', 'Nexon', 'Electric', 'Gray', 'Ravi Gupta', 2022, 1),
('CG04YZ1235', 3023, 'Kia', 'Sportage', 'SUV', 'Red', 'Emma Khan', 2020, 1),
('MH01WX3457', 3023, 'Volkswagen', 'Polo', 'Personal', 'Blue', 'Rajesh Desai',
2019, 1),
('KA06CD5678', 3023, 'Renault', 'Duster', 'Taxi', 'White', 'Sia Bhatia', 2018, 1),
('WB30EF7890', 3023, 'Skoda', 'Octavia', 'Personal', 'Green', 'Aditya Singh', 2015,
1),
('DL02PQ1234', 3023, 'Ford', 'Ecosport', 'SUV', 'Silver', 'Ishaan Jain', 2019, 1),
('RJ22ST4568', 3023, 'Nissan', 'Magnite', 'Personal', 'Gray', 'Kiara Sen', 2021,
1),
('AP36AB7891', 3023, 'Toyota', 'Yaris', 'Taxi', 'Black', 'Aryan Kumar', 2020, 1),
('TN16LM5679', 3023, 'Hyundai', 'i20', 'Personal', 'Red', 'Vanya Das', 2018, 1),
('GJ23UV3458', 3023, 'Tata', 'Safari', 'SUV', 'White', 'Meera Joshi', 2022, 1),
('CH05QR8902', 3023, 'Kia', 'Carnival', 'Taxi', 'Yellow', 'Ananya Verma', 2021, 1),
('HR31WX2346', 3023, 'Maruti Suzuki', 'Brezza', 'Commercial', 'Blue', 'Samir
Reddy', 2020, 1),
('MH20CD7892', 3023, 'Honda', 'Jazz', 'Personal', 'Silver', 'Navya Pillai', 2019,
1),
('KA07YZ1236', 3023, 'Volkswagen', 'Tiguan', 'Electric', 'Green', 'Arya Ghosh',
2022, 1),
('WB40EF5679', 3023, 'Renault', 'Kwid', 'Personal', 'Blue', 'Ira Chatterjee', 2018,
1),
('PB09UV8902', 3023, 'Skoda', 'Rapid', 'SUV', 'Gray', 'Krishna Rao', 2020, 1),
('UP33AB2346', 3023, 'Tata', 'Altroz', 'Personal', 'Red', 'Prisha Yadav', 2019, 1),
('MP18YZ5678', 3023, 'Hyundai', 'Creta', 'Taxi', 'White', 'Rohan Malhotra', 2021,
1),
('KL12LM8903', 3023, 'Toyota', 'Fortuner', 'Commercial', 'Black', 'Kartik Mehta',
2020, 1),
('AS05WX3457', 3023, 'Kia', 'Sonet', 'Personal', 'Yellow', 'Aditi Naik', 2021, 1),
('BR09QR4568', 3023, 'Nissan', 'Kicks', 'Electric', 'Gray', 'Devika Roy', 2022, 1),
('CG07EF1235', 3023, 'Ford', 'Endeavour', 'SUV', 'White', 'Ankur Sharma', 2019, 1),
('MH03UV5679', 3023, 'Volkswagen', 'Vento', 'Taxi', 'Silver', 'Kavya Nair', 2020,
1),
('KA08CD8903', 3023, 'Renault', 'Triber', 'Personal', 'Green', 'Vihaan Mishra',
2018, 1),
('WB32YZ3458', 3023, 'Maruti Suzuki', 'Ertiga', 'Personal', 'Blue', 'Radhika Iyer',
2020, 1),
('DL11AB1235', 3023, 'Honda', 'WR-V', 'Taxi', 'Red', 'Riya Banerjee', 2021, 1),
('RJ25LM4567', 3023, 'Hyundai', 'Venue', 'Commercial', 'Yellow', 'Sahil Agrawal',
2020, 1);

You might also like