From cc30c9fbd0d220c36348377dca57ac654f4ad7d2 Mon Sep 17 00:00:00 2001 From: Katerina Protivenskiy Date: Mon, 21 Oct 2024 22:09:44 +0200 Subject: [PATCH] new file added --- protivenskiy.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 protivenskiy.sql diff --git a/protivenskiy.sql b/protivenskiy.sql new file mode 100644 index 0000000..491d2df --- /dev/null +++ b/protivenskiy.sql @@ -0,0 +1,6 @@ +select + name, + surname, + person_id, + age +from customer \ No newline at end of file