पोखरा, १३ भदौ। स्याङ्जा फेदीखोला गाउँपालिकाले डोकोमा सुन्तला र साग बेच्नेलाई पनि करको दायराभित्र पारेको छ । गाउँसभाको निर्णयबाट डोकोमा सामान राखेर बेच्न हिड्नेलाई प्रतिपटक १० रुपैयाँ कर लिने निर्णय भएको गाउँपालिकाले जनाएको छ । गाडीमा घुमाएर सामान बेच्नेले पनि अब कर तिर्नुपर्ने भएको छ । फेन्सी र खाद्यान्नको सामान गाडी घुमाएर बेच्नेलाई प्रतिपटक १ सय रुपैयाँ कर लिने निर्णय भएको फेदीखोला गाउँपालिकाकी सह-लेखापाल पुष्पा पौडेलले बताइन् । निर्णय भए पनि कार्यान्वयनमा भने गैसकेको छैन ।
कास्कीको मादी गाउँपालिकाले आफ्नो क्षेत्रभित्रबाट कवाडी निर्यात गर्दा प्रतिट्रक ३ हजार रुपैयाँ कर लिन्छ । कास्कीकै अन्नपूर्ण गाउँपालिकामा नियमविपरीत पटके सवारी कर लिने गरिएको छ । नयाँपुलदेखि वीरेठाँटी हुँदै उल्लेरीतर्फ जाने बाटोमा ढाट राखेर गाडीवालासँग कर असुलिन्छ । यसअघि जिल्ला विकास समितिले लिँदैआएका बाटामा सबैजसो स्थानीय तहले आफैँले बिल काटेर पटके सवारी कर लिन थालेका छन् ।
Blog, News, Views, Events, Information, Knowledge, Vlog, Lok Sewa Aayog, Public Service Commission (PSC), Questions & Answers (QS), Old is god, Question Bank
ads
Sep 3, 2018
विदेशमा रहेका नेपालीलाई मतदानको व्यवस्था मिलाउन आदेश
सर्वोच्च अदालतले विदेशमा बस्ने नेपालीलाई मतदानको अधिकारबाट वञ्चित नगराउन निर्देशनात्मक आदेश जारी गरेको छ । न्यायाधीशद्वय सपना मल्ल प्रधान र पुरुषोत्तम भण्डारीको संयुक्त इजलासले विभिन्न उद्देश्यले विदेशमा रहेका सबै नागरिकको मतदानको अधिकार सुनिश्चित गर्न आवश्यक प्रबन्ध मिलाउन आदेश दिएको हो ।
‘विदेशमा बसेको भए पनि नेपाली नागरिकता नत्यागेको र अन्य कुनै पनि देशको नागरिकता नलिएको, मतदानका लागि कानुनबमोजिमको उमेर पूरा भई मतदाता परिचयपत्र भएको तथा विदेशमा रहेका नागरिकहरूको सम्बन्धमा कूटनीतिक निकायले तयार गर्ने लगतमा अद्यावधिक भएको व्यक्तिलाई बाहिरबाट भोट गर्न योग्य मानी व्यवस्था गर्नू,’ आदेशमा भनिएको छ ।
‘विदेशमा बसेको भए पनि नेपाली नागरिकता नत्यागेको र अन्य कुनै पनि देशको नागरिकता नलिएको, मतदानका लागि कानुनबमोजिमको उमेर पूरा भई मतदाता परिचयपत्र भएको तथा विदेशमा रहेका नागरिकहरूको सम्बन्धमा कूटनीतिक निकायले तयार गर्ने लगतमा अद्यावधिक भएको व्यक्तिलाई बाहिरबाट भोट गर्न योग्य मानी व्यवस्था गर्नू,’ आदेशमा भनिएको छ ।
Aug 26, 2017
PSC MSQ SQL Database Question Asnswer Set
PSC MSQ SQL Database Question Asnswer Set
1) DROP is a ................ statement in SQL.
A. Query
B. Embedded SQL
C. DDL
D. DCL
👉Ans:
2) The keyword to eliminate duplicate rows from the query result in SQL is.
A. DISTINCT
B. NO DUPLICATE
C. UNIQUE
D. None of the above
👉Ans:
3) Which of the following aggregate function does not ignore nulls in its results?
A. COUNT
B. COUNT(*)
C. MAX
D. MIN
👉Ans:
4) In SQL, testing whether a subquery is empty is done using
A. DISTINCT
B. UNIQUE
C. NULL
D. EXISTS
👉Ans:
5) ................ operator is used to compare a value to a list of literals values that have been specified.
A. Like
B. Compare
C. Between
D. In
👉Ans:
6) The language used in application programs to request data from the DBMS is referred to as the
A. DML
B. DDL
C. VDL
D. SDL
👉Ans:
7) The DBMS language component which can be embedded in a program is
A. The data definition language(DDL)
B. The data manipulation language(DML)
C. The database administrator(DBA)
D. A query language
👉Ans:
8) A DBMS query language is designed to
A. Support end users who use English-like commands.
B. Support in the development of complex applications software.
C. Specify the structure of a database.
D. All of the above
👉Ans:
9) It is possible to define a schema completely using.
A. VDL and DDL
B. DDL and DML
C. SDL and DDL
D. VDL and DML
👉Ans:
10) Which of the following is correct.
A. a SQL query automatically eliminates duplicates.
B. SQL permits attribute names to be repeated in the same relation.
C. a SQL query will not work if there are no indexes on the relations.
D. None of these.
👉Ans:
11) Which of the following is a comparison operator in SQL?
A. =
B. LIKE
C. BETWEEN
D. All of the above
👉Ans:
12) To delete a particular column in a relation the command used is.
A. UPDATE
B. DROP
C. ALTER
D. DELETE
👉Ans:
13) The ............ operator is used to compare the value to a list of literals values that that have been specified.
A. BETWEEN
B. ANY
C) IN
D) ALL
👉Ans:
14) ............ function divides one numeric expression by another and returns the remainder.
A. POWER
B. MOD
C. ROUND
D. REMAINDER
👉Ans:
15) A data manipulation command the combines the record from one or more tables is called.
A) SELECT
B. PROJECT
C. JOIN
D. PRODUCT
👉Ans:
16) DDL stands for
A. Data definition language
B. Data description language
C. Data design languages
D. Database dictionary languages.
👉Ans:
17) The DDL is used to specify the ........
A. Conceptual schema
B. Internal schema
C. Both
D. None
👉Ans:
18) Which is used for data retrieval from the database?
A. DDL
B. DML
C. SDL
D. VDL
👉Ans:
19) Which is used to specify the user views and their mappings to the conceptual schema?
A. DDL
B. DML
C. SDL
D. VDL
👉Ans:
20) Which command are included in a general purpose programming languages?
A. DDL
B. DML
C. DSL
D. VDL
👉Ans:
Aug 4, 2017
Full form, Technical terms, abbreviations, कम्प्युटर सम्बन्धित केही संक्षिप्त तथा पुरा रूपहरू
कम्प्युटर सम्बन्धित केही संक्षिप्त तथा पुरा रूपहरू
Computer related technical terms and abbreviations: (Short form : Full Form)
ACER - Acquisition Collaboration Experimentation Reflection.
ADSL - Asymmetric Digital Subscribe Line.
AMOLED - Active-matrix organic light-emitting diode.
AMR- Adaptive Multi-Rate.
APK - Authenticated public key.
APN - Access Point Name.
ATM - Automated Teller machine.
CDMA - Code Division Multiple Access.
CMOS - Complementary Metal Oxide Semiconductor
COM - Computer Output Microfilm
COMPUTER - Common Oriented Machine Particularly United and used under Technical and Educational Research.
DAT - Digital Audio Tape
DELL - Digital electronic link library.
DIVX - Digital internet video access.
DLNA - Digital Living Network Alliance.
DNSE - Digital natural sound engine.
DTP - Desk top publishing.
DVD - Digital Versitle Disk.
EDGE - Enhanced Data Rates for Globa Evolution.
ESN - Electronic Serial Number.
FSSAI(Fssai) - Food Safety & Standards Authority of India.
GOOGLE - Global Organization Of Oriented Group Language Of Earth.
GPRS - General Packet Radio Service.
GPS - Global Positioning System.
GSM - Global System for Mobile Communications.
HDMI - High-Definition Multimedia Interface.
HP - Hewlett Packard.
HS - HOTSPOT.
HSDPA - High speed down-link packet access.
HSPA - High Speed Packet Access.
HSUPA - High-Speed Uplink Packet Access.
IFSC - Indian Financial System Code.
IMEI - International Mobile Equipment Identity.
ISP - Internet Service Provider.
IVRS - Interactive Voice Response System.
J2ME - Java 2 micro edition.
LCD - Liquid Crystal Display.
LED - Light emitting diode.
MMS - Multimedia Message Service.
MODEM - Modulator-Demodulator.
MPEG - moving pictures experts group.
NFC - Near field communication.
OLED - Organic light-emitting diode.
OS - Operating system.
OTG - On-the-go.
OVI - Ohio Video Intranet.
P.O.I - Point of interest.
PAN - permanent account number.
PDF - portable document format.
PPI - Pixels Per Inch.
QVGA - Quarter Video Graphics Array.
RAM - Random access memory.
ROM - Read only memory.
RSS - Really simple syndication.
SIM - Subscriber Identity Module.
SIS - Installation source.
S-LCD - Super Liquid Crystal Display.
SMS - Short Message Service
SNS - Social network service.
STD - Subscriber Trunk dialling.
TAX - Trunk Automatic Exchange
TFT - Thin film transistor.
UMTS - Universal Mobile Telecommunicati ons System.
UPS - Uninterruptible power supply.
USB - Universal serial Bus.
VGA - Video Graphics Array.
VIRUS - Vital Information Resources Under Siege.
VPN - Virtual private network.
WCDMA - Wide-band Code Division Multiple Access.
Wi-Fi - Wireless fidelity.
WINDOW - Wide Interactive Network Development for Office work Solution.
WLAN - Wireless Local Area Network.
WVGA - Wide video graphics array.
WXGA - Widescreen Extended Graphics Array.
XML - Extensible Markup Language
YAHOO - Yet Another Hierarchical Officious Oracle.
Full form of some words
News paper = _North East West South past and present events report._
Chess = _Chariot, Horse, Elephant, Soldiers._
Cold = _Chronic Obstructive Lung Disease._
Joke = _Joy of Kids Entertainment._
Aim = _Ambition in Mind._
Date = _Day and Time Evolution._
Eat = _Energy and Taste._
Tea = _Taste and Energy Admitted._
Pen = _Power Enriched in Nib._
Smile = _Sweet Memories in Lips Expression._
etc. =_End of Thinking Capacity_
OK =_Objection Killed_
Or =_Orl Korec (Greek Word)_
Bye = Be with you Everytime.
Subscribe to:
Posts (Atom)
Facebook Insta down right now फेसबुकमा समस्या
Facebook is down right now , with no official word yet on what the problem is or when it will get fixed. Facebook has not updated its acco...
-
The Rage To Know -Horace Freeland Judson In this essay, the writer explains the various reasons for which the scientists are involved i...
-
Polite But Thirsty - By: Yaping Tang In this essay “Polite but Thirsty” the writer has explained some of the cultural variations in betwe...
-
जानाैं धार्मिक र बैज्ञानिक कारणहरु धार्मिक रुपमा होस वा प्राकृतिक रुपमा होेस तुलसीको अत्यन्त महत्व रहेको छ । यसको सेवन वा प्रयोग गर...