From d33bd2c003b59113b61ae75856a2e372145b25ca Mon Sep 17 00:00:00 2001 From: nikdenalb <136702482+NikDenAlb@users.noreply.github.com> Date: Sat, 30 May 2026 08:48:16 +0300 Subject: [PATCH] fix: replace Russian label in interview question 7 --- interviewQuestions/7/en.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interviewQuestions/7/en.mdx b/interviewQuestions/7/en.mdx index 17a14d7..2b0e386 100644 --- a/interviewQuestions/7/en.mdx +++ b/interviewQuestions/7/en.mdx @@ -6,7 +6,7 @@ meta: Use the `DISTINCT` keyword in the `SELECT` statement to return only unique records. -Пример: +Example: ```sql SELECT DISTINCT position