0% found this document useful (0 votes)
22 views

Insert - Insert - Insert

The document contains SQL queries to select all records from various tables in a database including tables for flight information, user accounts, cart contents, categories, currency, sales, and transaction logging. Some tables are indicated as needing to be inserted into.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views

Insert - Insert - Insert

The document contains SQL queries to select all records from various tables in a database including tables for flight information, user accounts, cart contents, categories, currency, sales, and transaction logging. Some tables are indicated as needing to be inserted into.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

select * from ActFltInfo --- INSERT

select * from bondUsers


select * from cartPosition --- INSERT
select * from cartSealnos --- INSERT
select * from CartSelection
select * from cartType
select * from Category
select * from ccBList
select * from ccPromo
select * from ccvalid
select * from compliment
select * from CrewMaster
select * from Currency
select * from Drawer
select * from ErrorLog --- INSERT
select * from FACount --- INSERT
select * from FltMaster
select * from Item --- INSERT
select * from ItemMaster
select * from kitMaster
select * from KitNumbers
select * from MyTable
select * from Payment --- INSERT
select * from podHeader --- INSERT
select * from podSales --- INSERT
select * from Promotions
select * from Sales --- INSERT
select * from SectorMaster
select * from SellerInfo --- INSERT
select * from tempPayment --- INSERT
select * from temppodSales
select * from tempSales --- INSERT
select * from TransactionLog
select * from vPromo

You might also like