0% found this document useful (0 votes)
90 views9 pages

Qwerty

The document creates a library database and books table to store book information. It then inserts 16 books related to various computer science and programming topics into the books table. It also inserts another 17 books related to CAD, networking, and Cisco certification topics.
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)
90 views9 pages

Qwerty

The document creates a library database and books table to store book information. It then inserts 16 books related to various computer science and programming topics into the books table. It also inserts another 17 books related to CAD, networking, and Cisco certification topics.
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/ 9

create database library;

use library;
create table books(bookcode varchar(20), title varchar(500), author varchar(40),
year int, category varchar(30), primary key(bookcode));
insert into books values(20330,"Discovering Computer Fundamentals:Living in a Di
gital World", "Shelly, G.", 2010, "CS100L2(ICDL)");
insert into books values(20789,"Using Information Technology: A Practical Introd
uction to Computers and Communications", "Williams, B.", 2010, "CS100L2(ICDL)");
insert into books values(21008,"Computing Essentials Making IT Work for You", "O
'Leary, T.", 2012, "CS100L2(ICDL)");
insert into books values(20377,"Succeeding with Technology: Computer Concepts fo
r your Life", "Baldaof, K.", 2011, "CS100L2(ICDL)");
insert into books values(20795, "Go! With Basic Computer Concepts: Getting Start
ed", "Gaskin, S.", 2011, "CS100L2(ICDL)");
insert into books values(20881, "Understanding Computers:Today and Tomorrow (13t
h edition)", "Morley, D.", 2011, "CS100L2(ICDL)");
insert into books values(20879, "Professional Microsoft Powerpoint for Excel and
Sharepoint", "Harinath, S.", 2010, "CS100L2(ICDL)");
insert into books values(20797, "Excel 2010 All in One for Dummies", "Harvey, G.
", 2010, "CS100L2(ICDL)");
insert into books values(20372, "New Perspective on Computer Concepts", "Parsons
, J.", 2010, "CS100L2(ICDL)");
insert into books values(00116, "Higher Information Systems", "Love, C.", 2010,
"CS100L2(ICDL)");
insert into books values(20319, "Information Systems Essentials (5th Edition)",
"Stair, R.", 2010, "CS100L2(ICDL)");
insert into books values(9634, "Introduction to Information Systems (2nd Edition
", "Rainer, R. K.", 2009, "CS100L2(ICDL)");
insert into books values(20035, "Computer Information Security Handbook, MA", "V
aoka, J. R.", 2009, "CS100L2(ICDL)");
insert into books values(20077, "Computer Technology Encyclopedia: Quick Referen
ce for Students and Professionals", "Graves, M.", 2009, "CS100L2(ICDL)");
insert into books values(19876, "Principles of Information Systems", "Stair, R."
, 2008, "CS100L2(ICDL)");
insert into books values(20567, "Up and Running With AutoCad 2011","Gindris, E."
, 2010, "CAD00D1");
insert into books values(9962, "Harnesing AutoCad 2009","Shellman, T.A.", 2009,
"CAD00D1");
insert into books values(9971, "AutoCad 2009 Instructor: A Student Guide to Comp
lete Coverage of AutoCads Command and Futures","Leach, J.E.", 2009, "CAD00D1");
insert into books values(19801, "An Introduction to Visualization, Modelling, An
d Graphics for Engineering Designs","Lieu, D.K.", 2009, "CAD00D1");
insert into books values(19917, "AutoCad 2009 And AutoCad LT 2009: Bible","Finkl
estein, E.", 2009, "CAD00D1");
insert into books values(9957, "AutoCad 2008 for Architecture","Jeffleris, A.",
2008, "CAD00D1");
insert into books values(9406, "Mastering AutoCad Architecture 2008","Aubin, P.F
.", 2008, "CAD00D1");
insert into books values(9712, "Building Information Modelling: Planning and Man
aging Construction Projects with 4D Cad and Simulations","Kaymmel, W.", 2008, "C
AD00D1");
insert into books values(2076, "Starting Out with C++ Early Objects 7th(ed)","Ga
ddis, Tony.", 2010, "CS200L2");
insert into books values(20854, "Logic Design Fundamentals","Roth, Charles, H Jr
.", 2011, "CS200L2");
insert into books values(20782, "Data Structures and other Objects using C++ 4th
(ed)","Main, M.", 2011, "CS200L2");
insert into books values(20605, "C++ Programming: From Problem Analysis to Probl
em Design 5th Edition","Malik, D. S.", 2011, "CS200L2");
insert into books values(21287, "Fundamentals in Programming using C language","
Niguidula, J.", 2011, "CS200L2");
insert into books values(20381, "Problem SOlving and Design in C 6th ed","Hanly,
J.", 2010, "CS200L2");
insert into books values(20600, "Java Programming from Problem Analysis to Progr
am Design 4th Edition","Malik, D. S.", 2010, "CS200L2");
insert into books values(20766, "Starting Out with C++ Early Objects (7th Editio
n)", "Gaddis T." , 2010, "CP313L1");
insert into books values(20660, "Mastermind of Programming China (3rd Edition)",
"Scott, M.L." , 2009 , "CP313L1");
insert into books values(00167, "Programming Language Pragmatics (3rd Edition)",
"Biancuzzi, F." , 2009 , "CP313L1");
insert into books values(19896, "An Introduction to Programming with C++ (5th Ed
ition)","Zak, D." , 2008 , "CP313L1");
insert into books values(00148, "Introduction to Programming in Java:An Interdis
ciplinary Approach","Sedgewick, R." , 2008 , "CP313L1");
insert into books values(19822, "Programming Logic and Design (5th Edition)","Fa
rrel, J." , 2008 , "CP313L1");
insert into books values(19693, "Concepts of Programming Language (8th Edition)"
,"Sebestia, R.W." , 2008 , "CP313L1");
insert into books values(19701, "Design concepts in Programming Language","Turba
k, F." , 2008 , "CP313L1");
insert into books values(20724, "Building Java Programs:A Book to Basic Approach
","Reges, Stewart" , 2011 , "CP322L1");
insert into books values(21503, "Java Illuminated: An Active Learning Approach",
"Anderson, J." , 2012 , "CP322L1");
insert into books values(20412, "Java Programming from the Ground Up","Bravaco,
R." , 2010 , "CP322L1");
insert into books values(20786, "Java Server Faces 2.0: The Complete Relevance "
,"Bums, E." , 2010 , "CP322L1");
insert into books values(20903, "Object-Oriented SoftWare Engineering Using UML,
Patterns and Java (3rd Edition)","Bruegge, B." , 2010 , "CP322L1");
insert into books values(20361, "Big Java: International Version(4th Edition)","
Horstmann, C." , 2010 , "CP322L1");
insert into books values(20361, "Big Java: International Version(4th Edition)","
Horstmann, C." , 2010 , "CP322L1");
insert into books values(00184, "Java Software Solutions: Foundations of Program
Design (6th Edition)","Lewis, J." , 2009 , "CP322L1");
insert into books values(20327, "Sun Certified Programmer for Java Platform, SE6
: Study Guide (1st Edition)","Raposa, R." , 2009 , "CP322L1");
insert into books values(19607, "Object Oriented Design Using Java","Skrien, D."
, 2009 , "CP322L1");
insert into books values(00138, "Logic and Computer Design Fundamentals (4th Edi
tion)","Morris, M." , 2008 , "CP333L1");
insert into books values(19591, "Digital Systems Design: Using VHDL(2nd Edition)
","Roth, C." , 2008 , "CP333L1");
insert into books values(21500, "VDHL for Logic Synthesis (3rd Edition) ","Rusht
on, A." , 2011 , "CP333L1");
insert into books values(19531, "Introduction to Logic and Computer Design","Mar
covitz, A." , 2008 , "CP333L1");
insert into books values(19546, "Fundamentals of Digital Logic with verilog Desi
gn (2nd Edition)","Brown, S." , 2008 , "CP333L1");
insert into books values(19745, "Introduction to Digital Electronics","Reid, Ken
" , 2008 , "CP333L1");
insert into books values(20993, "Switching Circuit and Logic Design","Mathir, E.
" , 2011 , "CP333L1");
insert into books values(19547, "Digital Electronics: Principles and Application
s(5th Edition)","Tokheim, R." , 2008, "CP333L1");
insert into books values(20388, "CompTIA network: guide to managing and troubles
hooting networks(2nd ed)","Meyers, M." , 2009, "CP310L1");
insert into books values(20607, "CompTIA linux+ study guide: Exams LXO-101 and L
XO-102 (1st Edition) ","Smith, R.W." , 2010, "CP310L1");
insert into books values(20610, "Discovering Computers 2010","Shelly, G.B." , 20
10, "CP310L1");
insert into books values(20402, "A+ Guide to software: Managing, Maintaining and
Troubleshooting ","Andrews, J." , 2010, "CP310L1");
insert into books values(0075, "Discovering Computers 2008 Complete","Shelly, G.
B." , 2008, "CP310L1");
insert into books values(00140, "Computer Concepts (10th Edition)","Parsons, J.J
." , 2008, "CP310L1");
insert into books values(19016, "The Intel Microprocessors 8086/8088,80186/80188
,80286,80386,80486, Pentium, Pentium Pro Processor, Pentium II, Pentium III, Pen
tium 4, Architucture Programming and Interface","Brey, B." , 2009, "CP433L1");
insert into books values(22082, "Embedded Microcomputer Systems: Real time Inter
facing","Valvano, J." , 2012, "CP433L1");
insert into books values(20602, "Systems Achitecture (6th Edition)","Burd, S.D."
, 2011, "CP433L1");
insert into books values(19614, "Engineering Design","Dieter, G.E." , 2009, "CP4
33L1");
insert into books values(20341, "Principles of Computer Design:An Introduction",
"Saltzer, J.H." , 2009, "CP433L1");
insert into books values(9727, "Modern Architecture: Being the Khan Lectures for
1930","Wright, F.L." , 2008, "CP433L1");
insert into books values(19881, "Introduction to Robotics","Sasha S.K." , 2008,
"CP433L1");
insert into books values(19568, "The Computer Engineering Handbook: Digital Desi
gn and Fabrication","Oklodbzija V." , 2008, "CP430L1");
insert into books values(19686, "Design for Electrical and Computer Engineers: T
heory, Concepts and Practice","Ford R.M." , 2008, "CP430L1");
insert into books values(19512, "Autocad 2008 in 3D: A Modern Perspective","Puer
ta F.E." , 2008, "CP430L1");
insert into books values(20616, "CCNA Discovery Course Booklet: Introducing Rout
ing and Switchingnin the Enterprise, version 4.0 ","Cisco Networking Academy" ,
2010, "ECN 412L1(CISCO1");
insert into books values(20615, "CCNA Discovery Course Booklet: LAN Switching an
d Wireless, version 4.0 ","Cisco Networking Academy" , 2010, "ECN 412L1(CISCO1")
;
insert into books values(20617, "CCNA Discovery Course Booklet: Networking for H
ome and Small Business, version 4.0 ","Cisco Networking Academy" , 2010, "ECN 41
2L1(CISCO1");
insert into books values(20612, "CCNA Security Course Booklet Version 1.0","Cisc
o Networking Academy" , 2010, "ECN 412L1(CISCO1");
insert into books values(19744, "A Guide for Telecommunications Cable Splicing(2
nd Edition)","Highouse, J." , 2009, "ECN 412L1(CISCO1");
insert into books values(20951, "CCNP Route Portable Command Guide","Empson, S."
, 2010, "ECN 412L1(CISCO1");
insert into books values(19571, "Windows Server 2008 tcp/ip Protocols and Servic
es","Davies, J." , 2008, "ECN 412L1(CISCO1");
insert into books values(20952, "CCNP Routing And Switching Quick Reference","Do
nohue, D." , 2010, "ECN 412L1(CISCO1");
insert into books values(19475, "Networking By Protocol","Fu Cheng Peng" , 2008,
"ECN 412L1(CISCO1");
insert into books values(19544, "Windows Network Administration Project Manual",
"Ulmew, L.W." , 2008, "ECN 412L1(CISCO1");
insert into books values(20608, "Practical Formal Software Engineering: Wanting
the Software You Get","Mills, B." , 2009, "CPE412L1");
insert into books values(19887, "Microsoft Visual Basic: Game Programming for Te
ens (2nd Edition)","Harbour, J.S." , 2008, "CPE412L1");
insert into books values(19570, "Build a Program Now!: Microsoft Visual Basic 20
08 Express Edition","Pelland, P." , 2008, "CPE412L1");
insert into books values(19565, "Software Soutions for Engineers and Scientist",
"Julio, S." , 2008, "CPE412L1");
insert into books values(00130, "PH5 in Practice","White, Elliot." , 2009, "CPE4
12L1");
insert into books values(19532, "Programming in Visual of 2005","Bradley, J.C."
, 2008, "CPE412L1");
insert into books values(0026, "Data Modeling and Database Design","Umanath, N.S
." , 2008, "CPE412L1");
insert into books values(19658, "Data Warehousing ang Mining Concepts, Methodolo
gy, Tools and Application","Wang, J." , 2008, "CPE412L1");
insert into books values(19612, "PIC Micro Controlling and Embedded System Using
Assembly And C for PIC18","Ali Mazidi, M." , 2008, "CP423L1");
insert into books values(21827, "Tiny AVR Microcontroller Projects for the Evil
Genius","Gadre, D." , 2011, "CP423L1");
insert into books values(20609, "The Architecture of Computer Hardware, System,
Software and Networking: an Information Techology Approaches(4th Edition) ","Eng
lander, I." , 2010, "CP423L1");
insert into books values(20076, "Introduction to 80x86 Assembly Language and Com
puter Architecture","elmer, R.C." , 2010, "CP423L1");
insert into books values(20603, "FPGAs World Class Design","Madield, C." , 2009,
"CP423L1");
insert into books values(19380, "Introductions to Mechatronics and Measurement S
ystem (3rd Edition)","Aloiatore, D." , 2007, "CP423L1");
insert into books values(19862, "Modern Control Systems: An Introduction","Tripa
thi, S.M." , 2008, "CP423L1");
insert into books values(19611, "The RF in RFID Passive UHF RFID in Practice","D
obkin, Daniel M." , 2008, "CP423L1");
insert into books values(0057, "Computer Architecture and Organization","Murdocc
a, M." , 2007, "CP423L1");
insert into books values(0037, "Real-Time Embedded Systems and Components","Siew
ert, Sam." , 2007, "CP423L1");
insert into books values(0062, "Embedded C Programming and the Atmel AVR(2nd Edi
tion)","Barnett, R.H." , 2007, "CP423L1");
insert into books values(19518, "Product Design and Development (4th Edition)","
Ulrich, K." , 2008, "CP423L1");
insert into books values(0136, "Embedded Multitasking","Curtis, K.E." , 2006, "C
P423L1");
insert into books values(0015, "High Performance Embedded Computng: Architecture
, Application and Methodology","Wolf, W." , 2007, "CP423L1");
insert into books values(00145, "Sams Teach Yourself Web Publishing with HTML an
d CSS in One Hour a Day","Lemay, L." , 2007, "CPE462L1");
insert into books values(0055, "Visual Quickpro Guide PH5 Advanced: Extend your
PHP Skills the Fast, Efficient Way","Ullman, L." , 2007, "CPE462L1");
insert into books values(19888, "Game Development Essentials: Online Game Develo
pment","Hall, R." , 2008, "CPE462L1");
insert into books values(9580, "Essentials of Business Driven Information System
s","Baltzan, P." , 2009, "CP463");
insert into books values(19533, "Business Driven Information Systems","Baltzan,
P." , 2009, "CP463");
insert into books values(9422, "Project Management: Managerial Process (4th Edit
ion)","Gray, Clifford F." , 2008, "CP463");
insert into books values(00120, "Information Systems Project Management: A Proce
ss and Term Approach","Fuller, M.A." , 2008, "CP463");
insert into books values(22083, "Fundamentals of Networking and Data Communicati
ons (6th Edition)","White, C.M." , 2011, "ECN 422L1 (CISCO 2)");
insert into books values(9784, "Risk and Security Management: Protecting People
and Sites Worldwide","Blyth, M." , 2008, "ECN 422L1 (CISCO 2)");
insert into books values(19476, "Fundamentals of Mobile and Wireless Security","
Tan Hock Guan" , 2008, "ECN 422L1 (CISCO 2)");
insert into books values(19898, "TC/IP Architecture, Design and Implementation i
n Linux","Seth, S." , 2008, "ECN 422L1 (CISCO 2)");
insert into books values(19902, "Operating System Concepts with Java (8th Editio
n)","Silberchatz, A." , 2011, "CP513L1");
insert into books values(21505, "Guide to Operating System","Palmer, M." , 2012,
"CP513L1");
insert into books values(19969, "Operating System: Internal and Deseign Principl
e (6th Edition)","Stalkings, W." , 2009, "CP513L1");
insert into books values(19502, "Guide to Unix Using Linux (4th Edition)","Palme
r, M." , 2008, "CP513L1");
insert into books values(21035, "Linux Bible 2011: Boot Up To Ubuntu, Fedora, KN
OPPIX, Debian, OpenSUSE and 13 Other Distributions","Negus, C." , 2011, "CP513L1
");
insert into books values(20763, "Computing With Windows 7 for the Older and Wise
r: Get Up and Running Your Own Home PC","Arnold, A." ,2011, "CP513L1");
insert into books values(9559, "Principles of Modern Operating Systems","Garrido
, J.M." , 2008, "CP513L1");
insert into books values(19540, "Signal Processing for Wireless Communications",
"Boccuzzi, J." , 2008, "ECN 512L1 (CISCO 3)");
insert into books values(20658, "Complete Technology in Action (7th
Edition)","Evans, A." , 2011, "CP510P1");
insert into books values(19524, "De Garmos's Materials sand Processes in Manufac
turing (10th Edition)","Black, J.T." , 2008, "CP510P1");
insert into books values(19594, "Automation Production Systems and Computers Int
egrated Manufacturing(3rd Edition)","Groover, M." , 2008, "CP510P1");
insert into books values(19513, "Project Manager's Handbook: Applying Best Pract
ices Across Global Industries","Cleland, David I." , 2008, "CP510P1");
insert into books values(20629, "Systems Analysis and Design","Shelly, G.B." , 2
010, "CP512L1");
insert into books values(20373, "IT System Management","Schiesser, R." , 2010, "
CP512L1");
insert into books values(20606, "Object-Oriented System Analysis and Design","Be
nnett, Simon" , 2010, "CP512L1");
insert into books values(20328, "Systems Analysis and Design (4th Edition)","Den
nis, Alan" , 2010, "CP512L1");
insert into books values(19565, "Software Solutions For Engineers and Scientist"
,"Julia, Sanchez" , 2008, "CP512L1");
insert into books values(19877, "Modern Software Development Using Java(2nd Edit
ion)","Tymann, Paul" , 2008, "CP512L1");
insert into books values(00129, "Systems Analysis and Design (7th Edition)","Ken
dall, K.E." , 2008, "CP512L1");
insert into books values(19506, "Research Design and Methods: A Process Approach
","Bordens, K.S." , 2008, "CP512");
insert into books values(00174, "Principles of Statistics for Engineers and Scie
ntists","Navidi, W." , 2010, "CP512");
insert into books values(20566, "SD Carrd Project Using the PIC Microcontroller"
,"Ibrahim, D." , 2010, "CP512");
insert into books values(20326, "Research Method and Statistics: A Critical Thin
king Approaches (3rd Edition)","Jackson, S.L." , 2009, "CP512");
insert into books values(19801, "An Introduction to Visualization Modeling and G
raphics for Engineering Design","Lieu, D.K." , 2009, "CP512");
insert into books values(20384, "Computer-Aided Design and Other Computing Resea
rch","De Smet, C.M." , 2009, "CP512");
insert into books values(20409, "Handling Qualitative Data: A Practical Guide","
Richards, L." , 2009, "CP512");
insert into books values(195340, "Thesis Projects: A Guide for Students in Compu
ter Science and Information Systems","Berndston, M." , 2008, "CP512");
insert into books values(20460, "Technology Entrepreneurship: Creating, Capturin
g and Protecting Value","Deuning, T.N." , 2010, "CP503");
insert into books values(10069, "Social Entrepreneurship: A Modern Approach to S
ocial Value Creation","Brooks, A.C." , 2009, "CP503");
insert into books values(10076, "Business and Society: Ethics and Stakeholders M
anagement (7th Edition)","Buchholtz, A.K." , 2009, "CP503");
insert into books values(9614, "Entrepreneurial Finance (3rd Edition)","Leach, J
.C." , 2009, "CP503");
insert into books values(9656, "Fundamentals of Accounting","Cabrera, M.B" , 200
8, "CP503");
insert into books values(9615, "The Entrepreneur's Guide to Business Law","Bagle
y, C.E." , 2008, "CP503");
insert into books values(9427, "Labour Relations (3rd Edition)","Burchill, F." ,
2008, "CP503");
insert into books values(9856, "Business Ethics: A Real World Approach","Ghillye
r, A." , 2008, "CP503");
insert into books values(20241, "Introduction to Engineering Ethics (2nd Edition
)","Martin, M.W." , 2010, "CP542");
insert into books values(22327, "Ethics in Information Technology","Reynolds, G.
W." , 2012, "CP542");
insert into books values(21017, "Principles of Information Security","Whilman, M
.E." , 2012, "CP542");
insert into books values(22328, "Intelectual Property Operations and Implementat
ion in the 21st Century Corporation","Bryer, L.G." , 2011, "CP542");
insert into books values(20894, "Ethics, Technology and Engineering: An Introduc
tion","Poel, I." , 2011, "CP542");
insert into books values(20346, "What is Nanotechnology and Why Does it Matter?
From Science to Ethics","Allhoff, F." , 2010, "CP542");
insert into books values(19172, "Engineering Ethics: Concepts and Cases (4th Edi
tion)","Harris, C.E." , 2009, "CP542");
insert into books values(20037, "The Ethics of Computer Games","Sicart, M." , 20
09, "CP542");
insert into books values(19536, "Design for Electrical and Computer Engineers: T
heory, Concepts, Practice","Ford, Ralph M." , 2008, "CP520L2");
insert into books values(21638, "Professionalism: Skills for Workplace Success",
"Anderson, L.E." , 2011, "CP540P2");
insert into books values(11871, "Career Directions: The Path to your Ideal Caree
r","Yona, D.J." , 2011, "CP540P2");

You might also like