SQL is known to be a declarative query language: it allows to express the logic of a computation without describing its

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

SQL is known to be a declarative query language: it allows to express the logic of a computation without describing its

Post by answerhappygod »

Sql Is Known To Be A Declarative Query Language It Allows To Express The Logic Of A Computation Without Describing Its 1
Sql Is Known To Be A Declarative Query Language It Allows To Express The Logic Of A Computation Without Describing Its 1 (41.95 KiB) Viewed 35 times
SQL is known to be a declarative query language: it allows to express the logic of a computation without describing its control flow. Or put differently: SQL queries describe what to do rather than how to do it. What does this mean in practice? Give an explanation using the following small example query in a few, short, meaningful sentences: SELECT Patients.name FROM Patients, Appointments WHERE Patients.pid = Appointments.pid AND Appointments.date= '01/05/2022' As a hint, you could describe some different ways on "how to" compute the answer to this same "what" query. Edit View Insert Format Tools Table 12pt ✓ Paragraph B I U A✓ ✓ T²✓ A ÿ To ♡ ||||| !!!! 2 8 LX
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply