Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Creating this warehouse list as a local database in Lisp. How would I write a code program that returns an entry of given serial number,

Creating this "warehouse" list as a local database in Lisp. How would I write a code program that returns an entry of given serial number, first entry of given dimension, and all entries based on shade just based on my search.

Say this is my search - (findSerial 1623 warehouse)

The return would be ((serial 1623) (door (price 120) (shade green) (dimensions 94)))

(set 'warehouse '(database ((serial 9481) (tire (price 80) (shade black) (dimensions 10))) ((serial 1623) (door (price 120) (shade green) (dimensions 94))) ((serial 8673) (hood (price 80) (shade teal) (dimensions 521))) ((serial 8602) (hood (price 185) (shade green) (dimension 84)))

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Oracle Database 11g SQL

Authors: Jason Price

1st Edition

0071498508, 978-0071498500

More Books

Students also viewed these Databases questions