en string | translation string | target_lang string | domain string | complexity string |
|---|---|---|---|---|
In a competitive business environment, it is important for business organisations to continuously monitor and analyse market behaviour with respect to their products and take actions accordingly. | ایک مسابقتی کاروباری ماحول میں، کاروباری تنظیموں کے لیے یہ ضروری ہے کہ وہ اپنی مصنوعات کے حوالے سے مارکیٹ کے رویے کی مسلسل نگرانی اور تجزیہ کریں اور اس کے مطابق کارروائی کریں۔ | ur | business | complex |
The electronic voting machines are used for recording the votes cast. | الیکٹرانک ووٹنگ مشینیں ڈالے گئے ووٹوں کو ریکارڈ کرنے کے لیے استعمال ہوتی ہیں۔ | ur | news | simple |
Scientists record data while doing experiments to calculate and compare results. | سائنسدان تجربات کرتے وقت نتائج کا حساب لگانے اور ان کا موازنہ کرنے کے لیے ڈیٹا ریکارڈ کرتے ہیں۔ | ur | technical | moderate |
Data which is organised and can be recorded in a well defined format is called structured data. | وہ ڈیٹا جو منظم ہے اور ایک اچھی طرح سے متعین شکل میں ریکارڈ کیا جا سکتا ہے، اسے منظم ڈیٹا کہا جاتا ہے۔ | ur | technical | moderate |
A newspaper contains various types of news items which are also called data. | اخبار میں مختلف قسم کی خبریں شامل ہوتی ہیں جنہیں ڈیٹا بھی کہا جاتا ہے۔ | ur | news | simple |
Data collection here means identifying already available data or collecting from the appropriate sources. | یہاں ڈیٹا جمع کرنے کا مطلب ہے پہلے سے دستیاب ڈیٹا کی شناخت کرنا یا مناسب ذرائع سے جمع کرنا۔ | ur | technical | moderate |
Data are continuously being generated at different sources. | ڈیٹا مسلسل مختلف ذرائع پر تیار کیا جا رہا ہے۔ | ur | technical | simple |
Data storage is the process of storing data on storage devices so that data can be retrieved later. | ڈیٹا اسٹوریج اسٹوریج ڈیوائسز پر ڈیٹا کو ذخیرہ کرنے کا عمل ہے تاکہ بعد میں ڈیٹا کو بازیافت کیا جا سکے۔ | ur | technical | moderate |
We are interested in understanding data as they hold valuable facts and information that can be useful in our decision making process. | ہم ڈیٹا کو سمجھنے میں دلچسپی رکھتے ہیں کیونکہ ان میں قیمتی حقائق اور معلومات موجود ہیں جو ہمارے فیصلہ سازی کے عمل میں کارآمد ہو سکتی ہیں۔ | ur | general | moderate |
Summarisation methods are applied on tabular data for its easy comprehension. | خلاصہ کرنے کے طریقے ٹیبلر ڈیٹا پر اس کی آسانی سے سمجھنے کے لیے لاگو کیے جاتے ہیں۔ | ur | technical | moderate |
The database is case-sensitive in Linux. | لینوکس میں ڈیٹا بیس کیس حساس ہے۔ | ur | technical | simple |
You can create a database using the CREATE DATABASE command. | آپ CREATE DATABASE کمانڈ کا استعمال کرتے ہوئے ایک ڈیٹا بیس بنا سکتے ہیں۔ | ur | technical | simple |
The `SHOW DATABASES` command lists all existing databases. | `SHOW DATABASES` کمانڈ تمام موجودہ ڈیٹا بیس کی فہرست بناتا ہے۔ | ur | technical | moderate |
Before creating tables, you must select the database you want to use. | ٹیبل بنانے سے پہلے، آپ کو وہ ڈیٹا بیس منتخب کرنا ہوگا جسے آپ استعمال کرنا چاہتے ہیں۔ | ur | technical | moderate |
Use the `USE` command to select a database. | ڈیٹا بیس منتخب کرنے کے لیے `USE` کمانڈ کا استعمال کریں۔ | ur | technical | simple |
The `CREATE TABLE` statement defines the structure of a table. | `CREATE TABLE` بیان ایک ٹیبل کی ساخت کی وضاحت کرتا ہے۔ | ur | technical | moderate |
Each attribute in a table has a data type and constraints. | ایک ٹیبل میں ہر وصف کی ایک ڈیٹا قسم اور پابندیاں ہوتی ہیں۔ | ur | technical | moderate |
The `INT` data type is used for integer values. | `INT` ڈیٹا کی قسم عددی اقدار کے لیے استعمال ہوتی ہے۔ | ur | technical | simple |
The `VARCHAR` data type is used for variable-length strings. | `VARCHAR` ڈیٹا کی قسم متغیر لمبائی والی سٹرنگز کے لیے استعمال ہوتی ہے۔ | ur | technical | simple |
The `DATE` data type is used for date values. | `DATE` ڈیٹا کی قسم تاریخ کی اقدار کے لیے استعمال ہوتی ہے۔ | ur | technical | simple |
Constraints restrict the values that can be stored in an attribute. | پابندیاں ان اقدار کو محدود کرتی ہیں جو ایک وصف میں محفوظ کی جا سکتی ہیں۔ | ur | technical | moderate |
The `PRIMARY KEY` constraint uniquely identifies each row in a table. | `PRIMARY KEY` کی پابندی ایک ٹیبل میں ہر قطار کی منفرد شناخت کرتی ہے۔ | ur | technical | moderate |
The `FOREIGN KEY` constraint establishes a link between two tables. | `FOREIGN KEY` کی پابندی دو ٹیبل کے درمیان ایک ربط قائم کرتی ہے۔ | ur | technical | moderate |
The `DESCRIBE` statement shows the structure of a table. | `DESCRIBE` بیان ایک ٹیبل کی ساخت کو ظاہر کرتا ہے۔ | ur | technical | moderate |
The `ALTER TABLE` statement is used to modify the table structure. | `ALTER TABLE` بیان ٹیبل کی ساخت کو تبدیل کرنے کے لیے استعمال ہوتا ہے۔ | ur | technical | moderate |
You can add a primary key to a table using `ALTER TABLE`. | آپ `ALTER TABLE` کا استعمال کرتے ہوئے ایک ٹیبل میں ایک پرائمری کی شامل کر سکتے ہیں۔ | ur | technical | moderate |
The `DROP` statement removes a table or database. | `DROP` بیان ایک ٹیبل یا ڈیٹا بیس کو ہٹا دیتا ہے۔ | ur | technical | simple |
The `INSERT INTO` statement adds new records to a table. | `INSERT INTO` بیان ایک ٹیبل میں نئے ریکارڈ شامل کرتا ہے۔ | ur | technical | moderate |
The `SELECT` statement retrieves data from a table. | `SELECT` بیان ایک ٹیبل سے ڈیٹا حاصل کرتا ہے۔ | ur | technical | simple |
The `WHERE` clause filters the results of a `SELECT` statement. | `WHERE` کلاز `SELECT` بیان کے نتائج کو فلٹر کرتی ہے۔ | ur | technical | moderate |
To select unique department numbers, we use DISTINCT. | منفرد محکموں کے نمبر منتخب کرنے کے لیے، ہم DISTINCT کا استعمال کرتے ہیں۔ | ur | technical | simple |
The WHERE clause retrieves data meeting specified conditions. | WHERE کلاز مخصوص شرائط کو پورا کرنے والا ڈیٹا حاصل کرتا ہے۔ | ur | technical | simple |
Relational operators like <, <=, >, >=, != can specify conditions. | رشتہ دار آپریٹرز جیسے <، <=، >، >=، != شرائط کی وضاحت کر سکتے ہیں۔ | ur | technical | moderate |
Logical operators AND, OR, and NOT combine multiple conditions. | منطقی آپریٹرز AND، OR، اور NOT متعدد شرائط کو جوڑتے ہیں۔ | ur | technical | moderate |
Display details of employees from D04 who earn more than 5000. | D04 کے ان ملازمین کی تفصیلات دکھائیں جو 5000 سے زیادہ کماتے ہیں۔ | ur | technical | moderate |
The query selects records of all employees except Aaliya. | یہ استفسار عالیہ کے سوا تمام ملازمین کے ریکارڈ منتخب کرتا ہے۔ | ur | technical | moderate |
The query selects the name and department number of employees earning between 20000 and 50000. | یہ استفسار ان ملازمین کا نام اور محکمہ نمبر منتخب کرتا ہے جو 20000 اور 50000 کے درمیان کما رہے ہیں۔ | ur | technical | complex |
The BETWEEN operator defines a range for column values. | BETWEEN آپریٹر کالم کی قدروں کے لیے ایک رینج کی وضاحت کرتا ہے۔ | ur | technical | moderate |
The query selects details of employees in departments D01, D02, or D04. | یہ استفسار ان ملازمین کی تفصیلات منتخب کرتا ہے جو محکموں D01، D02، یا D04 میں کام کرتے ہیں۔ | ur | technical | moderate |
The IN operator compares a value with a set of values. | IN آپریٹر ایک قدر کا موازنہ قدروں کے ایک سیٹ سے کرتا ہے۔ | ur | technical | moderate |
The query selects details of all employees except those in D01 or D02. | یہ استفسار D01 یا D02 میں موجود ملازمین کے سوا تمام ملازمین کی تفصیلات منتخب کرتا ہے۔ | ur | technical | moderate |
ORDER BY displays data in an ordered form. | ORDER BY ڈیٹا کو ایک منظم شکل میں دکھاتا ہے۔ | ur | technical | simple |
By default, ORDER BY displays records in ascending order. | ڈیفالٹ کے طور پر، ORDER BY ریکارڈز کو چڑھتے ہوئے ترتیب میں دکھاتا ہے۔ | ur | technical | simple |
To display records in descending order, use the DESC keyword. | ریکارڈز کو گھٹتے ہوئے ترتیب میں دکھانے کے لیے، DESC کی ورڈ استعمال کریں۔ | ur | technical | moderate |
The query selects details of employees in ascending order of salaries. | یہ استفسار ملازمین کی تنخواہوں کی چڑھتی ہوئی ترتیب میں تفصیلات منتخب کرتا ہے۔ | ur | technical | moderate |
SQL uses NULL to represent missing or unknown values. | SQL نامعلوم یا غائب اقدار کی نمائندگی کے لیے NULL کا استعمال کرتا ہے۔ | ur | technical | moderate |
The IS NULL operator checks for NULL values. | IS NULL آپریٹر NULL اقدار کی جانچ کرتا ہے۔ | ur | technical | simple |
The query selects employees who have not been given a bonus. | یہ استفسار ان ملازمین کو منتخب کرتا ہے جنہیں بونس نہیں دیا گیا ہے۔ | ur | technical | moderate |
SQL provides the LIKE operator for substring pattern matching. | SQL سبسٹرنگ پیٹرن میچنگ کے لیے LIKE آپریٹر فراہم کرتا ہے۔ | ur | technical | moderate |
The query selects employees whose name starts with 'K'. | یہ استفسار ان ملازمین کو منتخب کرتا ہے جن کا نام 'K' سے شروع ہوتا ہے۔ | ur | technical | moderate |
The SQL query displays the invoice number and commission value rounded off to zero decimal places. | ایس کیو ایل استفسار رسید نمبر اور کمیشن کی قیمت کو صفر اعشاریہ مقامات تک گول کر کے دکھاتا ہے۔ | ur | technical | moderate |
String functions can perform various operations on alphanumeric data. | سٹرنگ فنکشنز عددی اور حروف تہجی کے ڈیٹا پر مختلف کارروائیاں کر سکتے ہیں۔ | ur | technical | moderate |
The function INSTR will return the position of "@" in the email address. | فنکشن INSTR ای میل ایڈریس میں "@" کی پوزیشن واپس کرے گا۔ | ur | technical | moderate |
Aggregate functions work on a set of records as a whole. | ایگریگیٹ فنکشنز ریکارڈز کے ایک سیٹ پر مجموعی طور پر کام کرتے ہیں۔ | ur | technical | moderate |
The GROUP BY clause groups the rows together that contain the same values. | GROUP BY کلاز ان قطاروں کو ایک ساتھ گروپ کرتا ہے جن میں ایک جیسی قدریں شامل ہیں۔ | ur | technical | moderate |
This operation is used to combine the selected rows of two tables. | اس آپریشن کا استعمال دو ٹیبلز کی منتخب شدہ قطاروں کو ملانے کے لیے کیا جاتا ہے۔ | ur | technical | moderate |
The Cartesian product operation combines tuples from two relations. | کارٹیزین پروڈکٹ آپریشن دو رشتوں سے ٹوپلز کو جوڑتا ہے۔ | ur | technical | complex |
Can we use arithmetic operators on date functions? | کیا ہم تاریخ کے افعال پر ریاضیاتی آپریٹرز استعمال کر سکتے ہیں؟ | ur | technical | simple |
Display the InvoiceNo and commission value rounded off to zero decimal places. | انوائس نمبر اور کمیشن کی قیمت کو صفر اعشاریہ مقامات تک گول کر کے دکھائیں۔ | ur | technical | moderate |
Display the details of SALE where payment mode is credit card. | فروخت کی تفصیلات دکھائیں جہاں ادائیگی کا طریقہ کریڈٹ کارڈ ہے۔ | ur | technical | moderate |
Calculate and display the amount to be paid each month. | ہر ماہ ادا کی جانے والی رقم کا حساب لگائیں اور اسے ڈسپلے کریں۔ | ur | technical | moderate |
Find out the remaining amount to be paid immediately. | فوری طور پر ادا کی جانے والی بقیہ رقم معلوم کریں۔ | ur | technical | moderate |
Let us now add a new column Commission to the SALE table. | آئیے اب سیل ٹیبل میں ایک نیا کالم کمیشن شامل کریں۔ | ur | technical | moderate |
Calculate commission for sales agents as 12% of the SalePrice. | سیلز ایجنٹوں کے لیے کمیشن کا حساب سیل پرائس کا 12% لگائیں۔ | ur | technical | moderate |
Display customer name in lower case and customer email in upper case. | کسٹمر کا نام چھوٹے حروف میں اور کسٹمر کا ای میل بڑے حروف میں ڈسپلے کریں۔ | ur | technical | moderate |
Display the length of the email and part of the email before the character ‘@’. | ای میل کی لمبائی اور ای میل کا وہ حصہ ڈسپلے کریں جو '@' کے کردار سے پہلے ہے۔ | ur | technical | complex |
Display emails after removing the domain name extension ".com". | ای میلز کو ڈومین نام کی توسیع ".com" کو ہٹانے کے بعد ڈسپلے کریں۔ | ur | technical | moderate |
Display details of all the customers having yahoo emails only. | صرف یاہو ای میلز والے تمام صارفین کی تفصیلات ڈسپلے کریں۔ | ur | technical | moderate |
Find sum of Sale Price of the cars purchased by the customer. | کسٹمر کے ذریعہ خریدی گئی کاروں کی سیل پرائس کا مجموعہ معلوم کریں۔ | ur | technical | moderate |
List the total number of cars sold by each employee. | ہر ملازم کے ذریعہ فروخت کی جانے والی کاروں کی کل تعداد درج کریں۔ | ur | technical | moderate |
The query displays all possible combinations of tuples from the DANCE and MUSIC relations. | یہ استفسار ڈانس اور میوزک تعلقات سے تمام ممکنہ جوڑوں کے امتزاج کو ظاہر کرتا ہے۔ | ur | technical | moderate |
Table aliases are used to shorten table names in the query. | استفسار میں ٹیبل کے ناموں کو مختصر کرنے کے لیے ٹیبل عرف کا استعمال کیا جاتا ہے۔ | ur | technical | simple |
The JOIN operation combines tuples from two tables based on specified conditions. | JOIN آپریشن مخصوص شرائط کی بنیاد پر دو ٹیبلز سے جوڑوں کو یکجا کرتا ہے۔ | ur | technical | moderate |
UCode is a common attribute between the UNIFORM and COST tables. | UCode یونیفارم اور لاگت ٹیبل کے درمیان ایک مشترکہ وصف ہے۔ | ur | technical | simple |
The output of the query shows the UCode, UName, UColor, Size and Price. | استفسار کا نتیجہ UCode, UName, UColor, Size اور Price دکھاتا ہے۔ | ur | technical | simple |
The NATURAL JOIN clause removes the redundant attribute. | نیچرل جوائن کلاز زائد وصف کو ہٹا دیتا ہے۔ | ur | technical | moderate |
If two tables are joined on an equality condition, one may use JOIN with ON clause or NATURAL JOIN. | اگر دو ٹیبل مساوات کی شرط پر شامل ہوتے ہیں، تو کوئی JOIN کو ON کلاز یا NATURAL JOIN کے ساتھ استعمال کر سکتا ہے۔ | ur | technical | complex |
A database is a collection of related tables. | ڈیٹا بیس متعلقہ ٹیبلز کا مجموعہ ہے۔ | ur | technical | simple |
DML includes SQL statements such as insert, select, update and delete. | DML میں SQL بیانات شامل ہیں جیسے داخل کریں، منتخب کریں، اپ ڈیٹ کریں اور حذف کریں۔ | ur | technical | moderate |
The ALTER TABLE statement is used to make changes in the structure of a table. | ALTER TABLE بیان ایک ٹیبل کی ساخت میں تبدیلیاں کرنے کے لیے استعمال ہوتا ہے۔ | ur | technical | moderate |
The WHERE clause in SQL query is used to enforce condition(s). | SQL استفسار میں WHERE کلاز شرطوں کو نافذ کرنے کے لیے استعمال ہوتی ہے۔ | ur | technical | simple |
The BETWEEN operator defines the range of values inclusive of boundary values. | BETWEEN آپریٹر حد کی قدروں کی وضاحت کرتا ہے جس میں حد کی قدریں شامل ہیں۔ | ur | technical | moderate |
The IN operator selects values that match any value in the given list of values. | IN آپریٹر ان اقدار کو منتخب کرتا ہے جو اقدار کی دی گئی فہرست میں کسی بھی قدر سے مماثل ہوں۔ | ur | technical | moderate |
The LIKE operator is used for pattern matching. | LIKE آپریٹر پیٹرن میچنگ کے لیے استعمال ہوتا ہے۔ | ur | technical | simple |
A function is used to perform a particular task and return a value as a result. | ایک فنکشن ایک خاص کام انجام دینے اور نتیجے کے طور پر ایک قدر واپس کرنے کے لیے استعمال ہوتا ہے۔ | ur | technical | simple |
Single Row functions work on a single row of the table and return a single value. | سنگل رو فنکشن ٹیبل کی ایک ہی رو پر کام کرتے ہیں اور ایک ہی قدر واپس کرتے ہیں۔ | ur | technical | moderate |
Multiple Row functions work on a set of records as a whole and return a single value. | متعدد رو فنکشن ریکارڈ کے ایک سیٹ پر مجموعی طور پر کام کرتے ہیں اور ایک ہی قدر واپس کرتے ہیں۔ | ur | technical | moderate |
The GROUP BY function is used to group rows of a table that contain the same values. | GROUP BY فنکشن ایک ٹیبل کی قطاروں کو گروپ کرنے کے لیے استعمال ہوتا ہے جن میں ایک جیسی قدریں شامل ہیں۔ | ur | technical | moderate |
Join is an operation which is used to combine rows from two or more tables. | جوائن ایک آپریشن ہے جو دو یا زیادہ ٹیبلز سے قطاروں کو یکجا کرنے کے لیے استعمال ہوتا ہے۔ | ur | technical | simple |
Computer networks allow us to exchange information simultaneously with many parties. | کمپیوٹر نیٹ ورکس ہمیں ایک ساتھ بہت سے فریقوں کے ساتھ معلومات کا تبادلہ کرنے کی اجازت دیتے ہیں۔ | ur | general | moderate |
A WAN could be formed by connecting a LAN to other LANs via wired/wireless media. | ایک وسیع علاقائی نیٹ ورک (WAN) کو ایک مقامی علاقائی نیٹ ورک (LAN) کو دوسرے LANs سے تار والے یا وائرلیس ذرائع سے جوڑ کر بنایا جا سکتا ہے۔ | ur | technical | moderate |
Large businesses connect their different branches across the world through WAN. | بڑے کاروباری ادارے اپنے مختلف دفاتر کو WAN کے ذریعے دنیا بھر میں جوڑتے ہیں۔ | ur | technical | simple |
The Internet is the largest WAN that connects billions of computers. | انٹرنیٹ سب سے بڑا WAN ہے جو اربوں کمپیوٹرز کو آپس میں جوڑتا ہے۔ | ur | technical | simple |
To communicate data, we require different devices like Modem, Hub, Switch, etc. | ڈیٹا کے تبادلے کے لیے، ہمیں مختلف آلات کی ضرورت ہوتی ہے جیسے موڈیم، حب، سوئچ وغیرہ۔ | ur | technical | simple |
The modem converts digital data into analog signals. | موڈیم ڈیجیٹل ڈیٹا کو اینالاگ سگنلز میں تبدیل کرتا ہے۔ | ur | technical | simple |
Ethernet cards are also known as Network Interface Cards (NIC). | ایتھرنیٹ کارڈز کو نیٹ ورک انٹرفیس کارڈز (NIC) کے نام سے بھی جانا جاتا ہے۔ | ur | technical | simple |
Each NIC has a MAC address to identify the computer on the network. | ہر NIC کا ایک MAC ایڈریس ہوتا ہے جو نیٹ ورک پر کمپیوٹر کی شناخت کرتا ہے۔ | ur | technical | simple |
RJ45 is an eight-pin connector used with Ethernet cables. | RJ45 ایک آٹھ پن والا کنیکٹر ہے جو ایتھرنیٹ کیبلز کے ساتھ استعمال ہوتا ہے۔ | ur | technical | simple |
A repeater regenerates weakened signals. | ایک ریپیٹر کمزور سگنلز کو دوبارہ پیدا کرتا ہے۔ | ur | technical | simple |
An Ethernet hub connects different devices through wires. | ایک ایتھرنیٹ حب مختلف آلات کو تاروں کے ذریعے جوڑتا ہے۔ | ur | technical | simple |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.