query Crossword Puzzles
Vocab#3 Crossword Puzzle (Robait, Ratol) 2023-07-11
Across
- sophisticated person
- not dependent on external circumstances
- showing careless
- having experienced
- a custom
- been humiliated
- accepting something
- worried about worldly things
Down
- Simple people
- being faithful
- action that annoys someone
- sudden occasion
- the cancellation of a debt
- insert between one thing
- to interrogate
15 Clues: a custom • Simple people • being faithful • to interrogate • sudden occasion • been humiliated • showing careless • having experienced • accepting something • sophisticated person • insert between one thing • action that annoys someone • the cancellation of a debt • worried about worldly things • not dependent on external circumstances
Term 4 Week 5 - s as in treasure 2022-11-06
25 Clues: blue • pants • crash • ending • honest • thought • wetness • peaceful • close to • question • no clouds • I forget! • 3D object • Broken bay! • washed away • make, create • odd, strange • micro-organism • breakfast food • saves the day! • has an equals sign • pirate's favourite • box with moving pictures • sports event with 3 parts • find the length or amount
AP Lang Vocab Crossword Puzzle 2023-11-28
Across
- branch of knowledge
- verb
- to cancel
- facial expression
- to support
- unnecessary
- deliberately avoiding
- witty quick conversation
- sad
- hidden meaning
- preventing accomplishments
- sudden danger
- pointless
- hatred
- to suggest
Down
- belief
- correct
- a lot of something
- empty
- to examine
- noun
- scarcity
- to conclude
- extreme greed
- to form a whole
- small
- ability to understand
- questioning
28 Clues: sad • verb • noun • empty • small • belief • hatred • correct • scarcity • to cancel • pointless • to support • to examine • to suggest • unnecessary • to conclude • questioning • extreme greed • sudden danger • hidden meaning • to form a whole • facial expression • a lot of something • branch of knowledge • deliberately avoiding • ability to understand • witty quick conversation • preventing accomplishments
Kite Runner 344-371 2024-01-17
Boolean logic and databases 2024-04-25
Across
- An SQL command that fetches specified fields (columns) from a table
- An SQL command to include only those records (rows) in a query that match a given condition
- A database that contains only one table
- An SQL command that returns the sum of all the values in a field (column); used with SELECT
- A field in a database that uniquely identifies a record
- A method of checking the output from a logic circuit; it lists all the possible binary input combinations and their associated outputs
- An electronic circuit that relies on 'on/off' logic; the most common are NOT, AND, OR, NAND, NOR and XOR
- A persistent structured collection of data that allows people to extract information in a way that meets their needs
Down
- A form of algebra linked to logic circuits and based on TRUE or FALSE
- A classification of how data is stored and displayed, and of which operations that can be performed on the stored value
- A collection of fields that describe one item
- An SQL command that counts the number of records (rows) in which the field (column) matches a specified condition; used with SELECT
- An SQL command that sorts the results from a query by a given column either alphabetically or numerically
- The values associated with each record in a database table
- The standard query language for writing scripts to obtain useful information from a relational database
- These are formed from a combination of logic gates and designed to carry out a particular task
- A collection of related records in a database
- An SQL command that identifies the table to use
18 Clues: A database that contains only one table • A collection of fields that describe one item • A collection of related records in a database • An SQL command that identifies the table to use • A field in a database that uniquely identifies a record • The values associated with each record in a database table • ...
SELECT Keywords 2017-07-31
Across
- Clause that lists the tables used by the query.
- Evaluate the right hand source once for each row in the left and only return a row if there is a result.
- ______.b.c.d
- Return only the rows that match.
- Return all rows on both sides of the join.
- Return all rows on the left, and only the matches on the right.
- Alias
- Combine the data from two queries, but only return distinct rows.
- The only required keyword of a select statement.
Down
- Creates a group for each combination of column expressions in the GROUP BY and provides subtotals and totals.
- Join two 100 row tables and get 10,000 rows returned.
- Return all rows on the right, and only the matches on the left.
- Combine the data from two queries.
- Most conditions on a query go here.
- a.b.______.d
- Compare the data between two queries and only return matches.
- Return everything on the left that doesn't exist on the right.
17 Clues: Alias • a.b.______.d • ______.b.c.d • Return only the rows that match. • Combine the data from two queries. • Most conditions on a query go here. • Return all rows on both sides of the join. • Clause that lists the tables used by the query. • The only required keyword of a select statement. • Join two 100 row tables and get 10,000 rows returned. • ...
DBMS 2024-09-09
access 1 2021-01-18
13 Clues: ερωτηματα • αποθηκευση • κυριο κλειδι • φιλτρο επιλογων • δημιουργια φορμας • δημιουργια πινακα • αυξουσα ταξινόμηση • δημιουργια εκθεσης • οταν δεν ξερω κατι • σχεση μεταξυ πινακων • επιτρεπει διπλες εγγραφες • απαιτείται να συμπληρωθει το πεδιο • δημιουργια καινουργιας βασης δεδομενων
compTIA ITF Crossword 2022-04-01
Across
- most likely used on an IoT device
- most likely used on twisted pair cabling
- type of language used to write a PC game
- A developer embeds a query in a high-level program to extract information from a database. This is an example of
- Storage type most useful for sharing files between home users in different countries\
- filesystem most likely to be used on a Linux server
- used to connect two Mac computers
- devices used for internal storage
- component that is most likely cause of overheating
Down
- operators used to connect search terms
- would most likely impact the availability of a system
- used to generate a query from a database used in a web application
- best place to replicate data to protect against potential natural disaster
- database that uses multiple tables to corelate data
- number system in base 2
- Allows OS to directly communicate with a piece of attached hardware
- 32 bits converted to bytes
- What the GPU on the graphics card does
- where the variable is stored in a program
19 Clues: number system in base 2 • 32 bits converted to bytes • most likely used on an IoT device • used to connect two Mac computers • devices used for internal storage • operators used to connect search terms • What the GPU on the graphics card does • most likely used on twisted pair cabling • type of language used to write a PC game • where the variable is stored in a program • ...
DBMS 2025 2025-06-25
Across
- A tree-based indexing structure
- The process of selecting the most efficient query plan.
- Index that maintains a hierarchy of levels.
- A lock for read-only access.
Down
- Recovery technique that reapplies committed changes.
- The act of turning a query into an internal database representation.
- Ensures committed changes survive failures.
- Only some search-key values have index entries when data is sorted.
- A lock that prevents others from reading or writing the same item.
9 Clues: A lock for read-only access. • A tree-based indexing structure • Ensures committed changes survive failures. • Index that maintains a hierarchy of levels. • Recovery technique that reapplies committed changes. • The process of selecting the most efficient query plan. • A lock that prevents others from reading or writing the same item. • ...
BASS AME Induction Quiz 2014-01-15
Across
- The resolution of a customer query by an FSD analyst without the intervention of the Service Line(s) or the Customer, the resolution is classified as a _______.
- What service line is responsible for Payment processing
- Act like _____________( Must Do)
- Role of _______ in BASS AME is Governance Frameworks, Risk Management, Consultancy / Advice, Reviews / Audits
- 1% _________ We understand there is always a better way
- Any type of question / concern / problem raised to FSD by the Customer
Down
- “We ____________ believe in delivering value through Service Excellence”
- The 2 SAP Instances are _______+ & BATSA+
- 1% _________ We accept changes, we embrace challenges
- 1% _________ We are ONE BASS
- 1% _________ We always act in the best interest of the customer
- 1% ________ We are professionals working for professionals
- 1% _________ We ask why, take ownership and provide solutions
- _________of leaders (Must Do)
- agents Travel & Expense Claims processes incoices for ______
15 Clues: 1% _________ We are ONE BASS • _________of leaders (Must Do) • Act like _____________( Must Do) • The 2 SAP Instances are _______+ & BATSA+ • 1% _________ We accept changes, we embrace challenges • What service line is responsible for Payment processing • 1% _________ We understand there is always a better way • ...
RDBMS 2017-10-07
Across
- Discard all pending changes by using the _______ statement:
- The _____ operators combine the results of two or more component queries into one result.
- Subqueries are used for row-by-row processing. Each subquery is executed once for every row of the outer query.
- You can logically relate data from multiple tables using __________ keys
- Use the __________ operator to return all rows common to multiple queries.
- The default sort order is ___________.
- ISO and ___ have accepted SQL as the standard language for relational databases.
- Primary keys generally cannot be changed. (Write either Truee or False)
- Eliminate duplicate rows by using the _________ keyword in the SELECT clause.
- The ___________ executes once before the main query.
- A __________ is a user created database object that can be shared by multiple users to generate unique integers.
- is a logical table based on a table or another view.
- A foreign key must reference either a primary key or ________ key column
Down
- A ____________ column is a collection of columns that are treated as a unit.
- Use the ______ TABLE statement to add, modify, or drop columns.
- Each row of data in a table is uniquely identified by a _________ key.
- A function which returns DATE and TIME.
- Use the _______ clause to restrict groups.
- you can remove rows by using the DELETE and ___________ statement.
- The Oracle server executes subqueries ________. (Write First or Lastt)
- A __________ Can be accessed and modified by executing structured query language (SQL) statements.
- You can perform DML operations on simple views. (Write Yes or Noo)
- You can remove existing rows from a table by using the ________ statement.
- Data changes are made permanent in the database using _______.
- Converts a null to an actual value
- ________ functions operate on sets of rows to give one result per group.
- You can use AVG and ____ for numeric data.
27 Clues: Converts a null to an actual value • The default sort order is ___________. • A function which returns DATE and TIME. • Use the _______ clause to restrict groups. • You can use AVG and ____ for numeric data. • The ___________ executes once before the main query. • is a logical table based on a table or another view. • ...
DBMS Crossword 2017-07-11
Across
- You can logically relate data from multiple tables using __________ keys
- You can use AVG and ____ for numeric data.
- Use the _______ clause to restrict groups.
- ________ functions operate on sets of rows to give one result per group.
- The _____ operators combine the results of two or more component queries into one result.
- A __________ Can be accessed and modified by executing structured query language (SQL) statements.
- The ___________ executes once before the main query.
- A ____________ column is a collection of columns that are treated as a unit.
- A foreign key must reference either a primary key or ________ key column
- ISO and ___ have accepted SQL as the standard language for relational databases.
- Discard all pending changes by using the _______ statement:
- You can remove existing rows from a table by using the ________ statement.
- You can perform DML operations on simple views. (Write Yes or Noo)
Down
- Data changes are made permanent in the database using _______.
- A __________ is a user created database object that can be shared by multiple users to generate unique integers.
- A function which returns DATE and TIME.
- Use the __________ operator to return all rows common to multiple queries.
- Each row of data in a table is uniquely identified by a _________ key.
- is a logical table based on a table or another view.
- you can remove rows by using the DELETE and ___________ statement.
- Eliminate duplicate rows by using the _________ keyword in the SELECT clause.
- The default sort order is ___________.
- Subqueries are used for row-by-row processing. Each subquery is executed once for every row of the outer query.
- Primary keys generally cannot be changed. (Write either Truee or False)
- The Oracle server executes subqueries ________. (Write First or Lastt)
- Converts a null to an actual value
- Use the ______ TABLE statement to add, modify, or drop columns.
27 Clues: Converts a null to an actual value • The default sort order is ___________. • A function which returns DATE and TIME. • You can use AVG and ____ for numeric data. • Use the _______ clause to restrict groups. • is a logical table based on a table or another view. • The ___________ executes once before the main query. • ...
Vocab list 19-21 Review 2025-04-14
29 Clues: best • force • cruel • signal • to ask • go back • foreign • freedom • assumed • thrifty • to harm • generous • ordinary • pay back • ceremony • to state • detailed • giving in • well known • hold on to • to go back • unconcerned • to come out • the main part • to discourage • shown to be wrong • become accustomed • acting without plan • separation from homeland
BI 2018-06-25
Across
- transfer (data) in a format that can be used by other programs.
- a structured set of data
- a method of measuring something, or the results obtains from this: ‘the report provides various metrics at the class and method level.’
- access data that is in a lower level of a hierarchically structured database
- Why did it happen?
- What happened?
- Data extremely large data sets
Down
- a database query is a question, often required to be expressed in a formal way.
- What might happen?
- On Demand report?
- a set of data that describes and gives information about other data.
- What is happening now?
- a prediction or estimate of future events.
- a brief look or summary. A record of the contents of a storage locations or data file at a given time.
- the management of all the information and resources involved in a company’s operations by means of integrated computer system.
15 Clues: What happened? • On Demand report? • What might happen? • Why did it happen? • What is happening now? • a structured set of data • Data extremely large data sets • a prediction or estimate of future events. • transfer (data) in a format that can be used by other programs. • a set of data that describes and gives information about other data. • ...
apcs 2022-04-01
Across
- MOST likely to be used on a Linux server
- components would be the MOST likely cause of overheating
- a tpye of connection to internet that is good for travelers
- the BEST place to replicate data to protect against potential natural disaster
- data typed defined with age variable
- OS type MOST likely used on an IoT device
- a secure way to store many passwords
Down
- a query in a high-level program to extract information from a database
- a type of replication used to maintain relationships between data
- the biggest threat to an online security system
- operators used to connect search terms
- connections is MOST likely used on twisted pair cabling
- code using a base 2 numbering system
- policies that Human resources issue a document outlining acceptable use of company resources
- can generate a query from a database used in a web application
15 Clues: code using a base 2 numbering system • data typed defined with age variable • a secure way to store many passwords • operators used to connect search terms • MOST likely to be used on a Linux server • OS type MOST likely used on an IoT device • the biggest threat to an online security system • connections is MOST likely used on twisted pair cabling • ...
ITFP Chapter 7 2021-02-17
Across
- A field that corresponds to the primary key field in another table.
- A single attribute of each record in a table.
- A graphical interface that allows users to query a database by filling in information on the form.
- A structured set of data held in a computer, usually in a way that is accessible by multiple concurrent users.
- A field in a table that uniquely identifies a record.
- A way to help programmers and other related parties make sense of database information.
- The general structure of a database is called a schema. The schema defines the logical groupings and relationships between database objects such as tables and fields.
- Proprietary relational database management system developed by Microsoft that was released in 1989. supports transaction processing, business intelligence, disaster recovery, and analytics applications.
- The SQL command that allows you to set the max records returned by a query
- A single instance of an entity stored in a database table.
- A database that holds data on multiple related tables.
- The SQL command that lets you narrow down your query to only the results you want.
- A design technique that organizes data in a database in an optimal way. This results in it being easier to add, remove, and update data without introducing errors.
- A property or characteristic of an entity
- A real-world element that's being used in a business
- A computer language that makes relational databases work.
- The simplest kind of relationship. Two entities or attributes share a unique connection with each other
Down
- A method of accessing a database using custom computer programs.
- A method of accessing a database using forms that allow users to interact with the database.
- Data that is produced by an organization's everyday operations. It's gathered in real time to provide a snapshot of what's happening in the present.
- Software that allows users to define, manipulate, retrieve, and manage data stored in a database. Examples are Microsoft SQL Server, Oracle Database, MySQL, and Microsoft Access.
- This kind of relationship exists when only one side of the relationship is unique.
- All SQL statements must end with this
- A method of accessing a database directly using the database management system itself.
- A method of asking questions about the data stored in a database.
- An association or dependency between two entities
- An easy-to-read listing of the results of a query.
- Historical data that is used to help people make decisions in the present. It's various categories include market data, transactional data, sensor data, natural language, and machine data.
- DBMS developed by Microsoft and release in 1992. A viable solution for small environments with a few users
- A data structure in a relational database that is comprised of fields (columns) and records (rows).
- The SQL command that lets you view the specific information you want from the database.
- A method of accessing a database using a graphical user interface that allows users to select what actions they want to perform on a database.
- Open-source DBMS distributed by Oracle since 1995. Great solution for managing data from a small to medium website
33 Clues: All SQL statements must end with this • A property or characteristic of an entity • A single attribute of each record in a table. • An association or dependency between two entities • An easy-to-read listing of the results of a query. • A real-world element that's being used in a business • A field in a table that uniquely identifies a record. • ...
Hadoop Ecosystem 2014-11-18
Across
- Read RDBMS data into Hadoop SQ(L to Had)oop
- Read log files into Hadoop ("Apache" Log Ride)
- Buzzword for Download, Modify, and Save or optionally Import, Clean, and Export
- Strategy for distributing parallel jobs by grouping data into sets for aggregation
- Big Data infrastructure for distributing parallel processing jobs and managing job completion
- Stores schema with data to pass to various programming languages
Down
- manages jobs across large clusters and HBase configurations
- Popular Hadoop query tool focused on parallel processing of large data sets
- Stores redundant copies of data across clusters of commodity servers
- Schedules and prioritizes Hadoop Batch Jobs
- Machine Learning to classify data
- Query tool for accessing HDFS data using SQL like language
12 Clues: Machine Learning to classify data • Read RDBMS data into Hadoop SQ(L to Had)oop • Schedules and prioritizes Hadoop Batch Jobs • Read log files into Hadoop ("Apache" Log Ride) • Query tool for accessing HDFS data using SQL like language • manages jobs across large clusters and HBase configurations • Stores schema with data to pass to various programming languages • ...
Core ABAP -Crossword 2017-07-27
Across
- Event triggered before displaying the selection screen.
- Footer, Window, Header layout
- Statement for a forced user input on selection screen field.
Down
- Central object describing the technical characteristics of an attribute.
- Logical statements for validating multiple fields in module pool program
- Convert OPEN SQL query into a database specific query.
- Control traffic between a work process and a presentation server.
- Tables used to obtain data from a fixed structure for dynamic use in ABAP.
- Statement with which the Field Symbols are used.
- Tables that has a many-to-one relation with the database.
10 Clues: Footer, Window, Header layout • Statement with which the Field Symbols are used. • Convert OPEN SQL query into a database specific query. • Event triggered before displaying the selection screen. • Tables that has a many-to-one relation with the database. • Statement for a forced user input on selection screen field. • ...
Vocab Set 1 2025-08-26
10 Clues: fake;sham • woe;sorrow • flood;flow • query;twine • still;inhert • passion;zeal • scom;disdain • liking;inclination • impassive;phlegmatic • fractionally;progressively
SJ Spelling words, Week 4 2025-01-27
12 Clues: "Hypothesize" • "Was able to" • "In that place" • "Relative group" • "Forest material" • "Correct or just" • "Conditional verb" • "Endpoint in time" • "Possessive pronoun" • "Query about options" • "Create written words" • "Sorceress or enchantress"
Wordly Wise 9 2016-01-29
Across
- noisy excitement
- impolite or inappropriate
- turn aside or amuse
- come together; gather
- question
- quick in mind and/or birthday
Down
- boring
- basic food or important
- mild
- turbulent
- to distribute a portion
- happening irregularly
- to help
- something that amuses, entertains, or distracts
- complicated; detailed
- flexible; able to move or think quickly
- souvenir
- come in in large numbers or amounts
18 Clues: mild • boring • to help • souvenir • question • turbulent • noisy excitement • turn aside or amuse • happening irregularly • complicated; detailed • come together; gather • basic food or important • to distribute a portion • impolite or inappropriate • quick in mind and/or birthday • come in in large numbers or amounts • flexible; able to move or think quickly • ...
Chapter 7 2016-03-13
Across
- a clause used to combine the output from multiple queries together into a single result table
- a join that is the same as an equi-join except that one of the duplicate columns is eliminated in the result table
- self joins are usually used with this relationship type
- a subquery which does not depend on data from the outer query
- a join in which rows that do not have matching values in common columns are nevertheless included in the result table
- a joining table with itself
Down
- creates a log file and starts recording all changes (insertions, deletions, and updates) to the database in this file(two words, no space)
- this operator will return a TRUE value if the subquery resulted in a non-empty set, otherwise it returns a FALSE
- a join clause is an alternative to WHERE clause, and is used to match primary and foreign keys
- a subquery in which processing the inner query depends on data from the outer query
- there should be one ON or ___ specification for each pair of tables being joined
- a SQL keyword that acts as a IF-THEN-ELSE statement
- a relational operation that causes two tables with a common domain to be combined into a single table or view
13 Clues: a joining table with itself • a SQL keyword that acts as a IF-THEN-ELSE statement • self joins are usually used with this relationship type • a subquery which does not depend on data from the outer query • there should be one ON or ___ specification for each pair of tables being joined • ...
wordly wise lesson 9 2025-04-28
ecce,vol.3,5-6 2020-02-14
Across
- διαλύω σε υγρό
- ρόφημα
- αποκτώ
- ενοχλητικός
- στην ώρα μου
- ζητώ πληροφορίες
- εγκαιρος
- διάκριση
- διακοπή
- αδιάφορος
- στρατολογώ
- κυριαρχώ
- κεντρική ιδέα
- μούδιασμα
- συναρμολογώ
- προσπάθεια
- σκιά
Down
- προσβάλω
- μεταδίδω,μεταφέρω
- ευάλωτος
- εγγύηση
- ερώτηση
- μερίδα
- 24ωρες το 24ωρο
- φοιτητική εστία
- κούνια
- πρόληψη
- καλώ
- απόσυρση
- άρθρο
- μείγμα
- εξοργισμένος
- εισάγω
- θολός
- φύλο,γένος
35 Clues: καλώ • σκιά • άρθρο • θολός • ρόφημα • μερίδα • αποκτώ • κούνια • μείγμα • εισάγω • εγγύηση • ερώτηση • πρόληψη • διακοπή • προσβάλω • ευάλωτος • απόσυρση • εγκαιρος • διάκριση • κυριαρχώ • αδιάφορος • μούδιασμα • στρατολογώ • φύλο,γένος • προσπάθεια • ενοχλητικός • συναρμολογώ • στην ώρα μου • εξοργισμένος • κεντρική ιδέα • διαλύω σε υγρό • 24ωρες το 24ωρο • φοιτητική εστία • ζητώ πληροφορίες • μεταδίδω,μεταφέρω
2 2023-01-11
Across
- fondness or fruit
- not often
- relaxing space
- liquid
- musical instrument
- mathematical process
- garment
- vessel
- bearded farm animal
- question
- quandary
- recall
- chinese boat
- freak out
- sow seed
Down
- fastener
- easy
- fertilizer
- animal
- gay
- concentrate or opinion
- shelter
- cross
- steps
- clap
- banner
- breast feed
- place of worship
- stalk vegetable
- damage to your window
30 Clues: gay • easy • clap • cross • steps • animal • liquid • banner • vessel • recall • shelter • garment • fastener • question • quandary • sow seed • not often • freak out • fertilizer • breast feed • chinese boat • relaxing space • stalk vegetable • place of worship • fondness or fruit • musical instrument • bearded farm animal • mathematical process • damage to your window • concentrate or opinion
Databases 2016-04-26
Across
- A table that can store a limited amount of data
- Contains all the fields and records for one particular collection of entities in a database
- A way of searching a database with specific filters
- A system designed to store data in an organised way
- A way of presenting a particular query
- Ensuring data matches the original source
- A copy of important files that is kept separately in case your original files are lost or damaged
- Values, typically letters or numbers
Down
- A single person, place, or thing about which data can be stored
- A unique piece of data within a database
- A specific category of a row of information
- A structured store of data
- A computer's response to entered information to make sure that it is sensible and in the correct format
- Parts of an entity
- A complete set of data on one person, place or thing
15 Clues: Parts of an entity • A structured store of data • Values, typically letters or numbers • A way of presenting a particular query • A unique piece of data within a database • Ensuring data matches the original source • A specific category of a row of information • A table that can store a limited amount of data • A way of searching a database with specific filters • ...
RDBMS CROSSWORD 2017-09-30
Across
- _______is also known as event-condition-action model.
- In which type of functional dependency, Non-Primary key attributes depends only on a part of a primary key.
- Every transaction in a system is waiting for some another transaction to complete and none of them making progress, this situation is called as?
- Which keyword is used to show only unique value of a column in a SQL Query?
- _______ is a process of refining database schemas.
- The result of a SQL query is a _______ itself.
Down
- Which set operation in SQL is used to check whether a given set is empty or not?
- which command is used to give any kind of privileges on any relation to any user?
- ________ is a bottom-up approach, which is used to combine common features of different entities and show them with a parent entity.
- The Select clause of SQL statement corresponds to which operation of relational algebra?
- In which manner, the “Order by” clause of SQL lists data items by default?
- Which keyword is used for pattern matching in a SQL statement?
- Which clause is used to filter groups created by “Group by” clause in a SQL query?
- If we don’t want to allow null value in a column, we must specify that column as a ______, while creating table definition.
- To enhance the functionality, SQL statements are merged into a host language, this feature of SQL is known as?
15 Clues: The result of a SQL query is a _______ itself. • _______ is a process of refining database schemas. • _______is also known as event-condition-action model. • Which keyword is used for pattern matching in a SQL statement? • In which manner, the “Order by” clause of SQL lists data items by default? • ...
DBMS Crossword 2017-07-11
Across
- You can perform DML operations on simple views. (Write Yes or Noo)
- The _____ operators combine the results of two or more component queries into one result.
- Eliminate duplicate rows by using the _________ keyword in the SELECT clause.
- You can logically relate data from multiple tables using __________ keys
- A __________ is a user created database object that can be shared by multiple users to generate unique integers.
- Data changes are made permanent in the database using _______.
- you can remove rows by using the DELETE and ___________ statement.
- A ____________ column is a collection of columns that are treated as a unit.
- Use the ______ TABLE statement to add, modify, or drop columns.
- A __________ Can be accessed and modified by executing structured query language (SQL) statements.
- A foreign key must reference either a primary key or ________ key column
- is a logical table based on a table or another view.
Down
- A function which returns DATE and TIME.
- Use the _______ clause to restrict groups.
- ________ functions operate on sets of rows to give one result per group.
- Each row of data in a table is uniquely identified by a _________ key.
- The ___________ executes once before the main query.
- Use the __________ operator to return all rows common to multiple queries.
- ISO and ___ have accepted SQL as the standard language for relational databases.
- The default sort order is ___________.
- Subqueries are used for row-by-row processing. Each subquery is executed once for every row of the outer query.
- Primary keys generally cannot be changed. (Write either Truee or False)
- You can use AVG and ____ for numeric data.
- Converts a null to an actual value
- Discard all pending changes by using the _______ statement:
- The Oracle server executes subqueries ________. (Write First or Lastt)
- You can remove existing rows from a table by using the ________ statement.
27 Clues: Converts a null to an actual value • The default sort order is ___________. • A function which returns DATE and TIME. • Use the _______ clause to restrict groups. • You can use AVG and ____ for numeric data. • The ___________ executes once before the main query. • is a logical table based on a table or another view. • ...
RDBMS 2017-10-07
Across
- You can use AVG and ____ for numeric data.
- A ____________ column is a collection of columns that are treated as a unit.
- Discard all pending changes by using the _______ statement:
- You can remove existing rows from a table by using the ________ statement.
- ISO and ___ have accepted SQL as the standard language for relational databases.
- The default sort order is ___________.
- Use the __________ operator to return all rows common to multiple queries.
- you can remove rows by using the DELETE and ___________ statement.
- The ___________ executes once before the main query.
- A __________ is a user created database object that can be shared by multiple users to generate unique integers.
- is a logical table based on a table or another view.
- Use the _______ clause to restrict groups.
- Primary keys generally cannot be changed. (Write either Truee or False)
- Use the ______ TABLE statement to add, modify, or drop columns.
Down
- Data changes are made permanent in the database using _______.
- ________ functions operate on sets of rows to give one result per group.
- You can perform DML operations on simple views. (Write Yes or Noo)
- Subqueries are used for row-by-row processing. Each subquery is executed once for every row of the outer query.
- Eliminate duplicate rows by using the _________ keyword in the SELECT clause.
- A __________ Can be accessed and modified by executing structured query language (SQL) statements.
- A function which returns DATE and TIME.
- Each row of data in a table is uniquely identified by a _________ key.
- You can logically relate data from multiple tables using __________ keys
- Converts a null to an actual value
- The _____ operators combine the results of two or more component queries into one result.
- A foreign key must reference either a primary key or ________ key column
- The Oracle server executes subqueries ________. (Write First or Lastt)
27 Clues: Converts a null to an actual value • The default sort order is ___________. • A function which returns DATE and TIME. • You can use AVG and ____ for numeric data. • Use the _______ clause to restrict groups. • The ___________ executes once before the main query. • is a logical table based on a table or another view. • ...
ci and ti words 2025-05-16
Across
- query
- particularly
- block of frozen ice flow
- timid
- idea
- book of words
- not made naturally
- of a country
- with grace
Down
- very special
- super tired state
- a good spot
- ad
- money orientated
- has a numerator and denominator
- kinetic energy
- process in body that deals with food
- made note of
- a group or number of people or animals
- friendly in a crowd
20 Clues: ad • idea • query • timid • with grace • a good spot • very special • particularly • made note of • of a country • book of words • kinetic energy • money orientated • super tired state • not made naturally • friendly in a crowd • block of frozen ice flow • has a numerator and denominator • process in body that deals with food • a group or number of people or animals
ASESMEN SUMATIF AKHIR TP 2025-02-08
Across
- membuat judul laporan
- mengolah data dalam tabel-tabel menjadi satu informasi yang bisa bermanfaat
- Kata lain dari laporan
- relasi yang setiap satu baris data pada tabel pertama hanya berhubungan dengan satu baris pada tabel kedua
Down
- Bagian dari data yang sejenis yang biasanya dalam bentuk kolom
- default tipe data jika membuat tabel pertama kali
- Jenis tipe data yang berupa angka yang dapat digunakan untuk operasi logika dan matematika
- mengurutkan data dari besar ke kecil
- untuk membuka tabel yang sudah ada, digunakan perintah
- menubar untuk membuat table, form, query, dan report
10 Clues: membuat judul laporan • Kata lain dari laporan • mengurutkan data dari besar ke kecil • default tipe data jika membuat tabel pertama kali • menubar untuk membuat table, form, query, dan report • untuk membuka tabel yang sudah ada, digunakan perintah • Bagian dari data yang sejenis yang biasanya dalam bentuk kolom • ...
DatabaseandSQL 2026-01-26
Across
- systems software for the definition, creation and manipulation of a database.
- creates a new database in sql
- sql command used to combine two tables in queries
- sql command to update data in a database
- command to extracts data from a database in a query
- sql command to deletes data from a database
Down
- the standard query language used with relational databases for data definition and data modification.
- sql command to create a new table
- sql command to modify the structure of a database
- sql command to inserts new data into a database
10 Clues: creates a new database in sql • sql command to create a new table • sql command to update data in a database • sql command to deletes data from a database • sql command to inserts new data into a database • sql command to modify the structure of a database • sql command used to combine two tables in queries • command to extracts data from a database in a query • ...
Vocab Set 12 Crossword 2021-12-01
15 Clues: inquire • cleanse • scarcity • motionless • contaminate • consolidate • pandemonium • uninteresting • unapproachable • a New Year's Eve party • to wave one's arms wildly • to bring debt upon oneself • to provoke a reaction or feeling • to spend hours getting ready for a party • to talk a friend out of doing something bad
Client Presentation Solutions 2025-06-24
Across
- Lighting visualization
- Finish grouping tool
- Video fly-through
- Client query list
- Quick concept sketch
- Cost planning summary
- Story of material & palette
- Digital walk-through tool
- Layout option display
Down
- Floor coverage chart
- Drawn space view
- Before-after view
- Color combination board
- Visual presentation method
- Room preview model
15 Clues: Drawn space view • Before-after view • Video fly-through • Client query list • Room preview model • Floor coverage chart • Finish grouping tool • Quick concept sketch • Cost planning summary • Layout option display • Lighting visualization • Color combination board • Digital walk-through tool • Visual presentation method • Story of material & palette
Vocabulary 9 2026-02-13
15 Clues: A souvenir • A question • Not regular • A basic food • Inappropriate • To come together • Noisy excitement • Soothing or mild • Lacking excitement • To encourage or assist • A flowing or pouring in • To assign or distribute • Complicated or detailed • To turn away or distract • Able to move quickly or easily
RDBMS 2017-10-07
Across
- Discard all pending changes by using the _______ statement:
- The _____ operators combine the results of two or more component queries into one result.
- Subqueries are used for row-by-row processing. Each subquery is executed once for every row of the outer query.
- You can logically relate data from multiple tables using __________ keys
- Use the __________ operator to return all rows common to multiple queries.
- The default sort order is ___________.
- ISO and ___ have accepted SQL as the standard language for relational databases.
- Primary keys generally cannot be changed. (Write either Truee or False)
- Eliminate duplicate rows by using the _________ keyword in the SELECT clause.
- The ___________ executes once before the main query.
- A __________ is a user created database object that can be shared by multiple users to generate unique integers.
- is a logical table based on a table or another view.
- A foreign key must reference either a primary key or ________ key column
Down
- A ____________ column is a collection of columns that are treated as a unit.
- Use the ______ TABLE statement to add, modify, or drop columns.
- Each row of data in a table is uniquely identified by a _________ key.
- A function which returns DATE and TIME.
- Use the _______ clause to restrict groups.
- you can remove rows by using the DELETE and ___________ statement.
- The Oracle server executes subqueries ________. (Write First or Lastt)
- A __________ Can be accessed and modified by executing structured query language (SQL) statements.
- You can perform DML operations on simple views. (Write Yes or Noo)
- You can remove existing rows from a table by using the ________ statement.
- Data changes are made permanent in the database using _______.
- Converts a null to an actual value
- ________ functions operate on sets of rows to give one result per group.
- You can use AVG and ____ for numeric data.
27 Clues: Converts a null to an actual value • The default sort order is ___________. • A function which returns DATE and TIME. • Use the _______ clause to restrict groups. • You can use AVG and ____ for numeric data. • The ___________ executes once before the main query. • is a logical table based on a table or another view. • ...
ecce, volume 3, exams 5-6 2020-02-10
Across
- διαλύω σε υγρό
- ρόφημα
- αποκτώ
- ενοχλητικός
- στην ώρα μου
- ζητώ πληροφορίες
- επίκαιρος
- διάκριση
- διακοπή
- αδιάφορος
- στρατολογώ
- κυριαρχώ
- κεντρική ιδέα
- μούδιασμα
- συναρμολογώ
- προσπάθεια
- σκιά
Down
- προσβάλω
- μεταδίδω,μεταφέρω
- ευάλωτος
- εγγύηση
- ερώτηση
- μερίδα
- 24ωρες το 24ωρο
- φοιτητική εστία
- κούνια
- πρόληψη
- καλώ
- απόσυρση
- άρθρο
- μείγμα
- εξοργισμένος
- εισάγω
- θολός
- φύλο,γένος
35 Clues: καλώ • σκιά • άρθρο • θολός • ρόφημα • μερίδα • αποκτώ • κούνια • μείγμα • εισάγω • εγγύηση • ερώτηση • πρόληψη • διακοπή • προσβάλω • ευάλωτος • απόσυρση • διάκριση • κυριαρχώ • επίκαιρος • αδιάφορος • μούδιασμα • στρατολογώ • φύλο,γένος • προσπάθεια • ενοχλητικός • συναρμολογώ • στην ώρα μου • εξοργισμένος • κεντρική ιδέα • διαλύω σε υγρό • 24ωρες το 24ωρο • φοιτητική εστία • ζητώ πληροφορίες • μεταδίδω,μεταφέρω
RDBMS CROSSWORD 2017-09-30
Across
- _______is also known as event-condition-action model.
- Which keyword is used to show only unique value of a column in a SQL Query?
- Which set operation in SQL is used to check whether a given set is empty or not?
- The result of a SQL query is a _______ itself.
- ________ is a bottom-up approach, which is used to combine common features of different entities and show them with a parent entity.
- Which keyword is used for pattern matching in a SQL statement?
- Every transaction in a system is waiting for some another transaction to complete and none of them making progress, this situation is called as?
Down
- Which clause is used to filter groups created by “Group by” clause in a SQL query?
- which command is used to give any kind of privileges on any relation to any user?
- In which type of functional dependency, Non-Primary key attributes depends only on a part of a primary key.
- _______ is a process of refining database schemas.
- The Select clause of SQL statement corresponds to which operation of relational algebra?
- In which manner, the “Order by” clause of SQL lists data items by default?
- To enhance the functionality, SQL statements are merged into a host language, this feature of SQL is known as?
- If we don’t want to allow null value in a column, we must specify that column as a ______, while creating table definition.
15 Clues: The result of a SQL query is a _______ itself. • _______ is a process of refining database schemas. • _______is also known as event-condition-action model. • Which keyword is used for pattern matching in a SQL statement? • In which manner, the “Order by” clause of SQL lists data items by default? • ...
Name Contains Crossword Puzzle 2020-10-12
Across
- Brand and category database
- Binder gap monitor
- DA's home
- Global trade item number abrev.
- Ticket worksheet
- "________" tree report
Down
- Inglehoffer, for instance
- Zoom's equivalent
- RSD: receipt "________" description
- "_________" in Numbers
- Top of receipt
- Jira's output
- "name startswith" for instance
- Facebook for work
14 Clues: DA's home • Jira's output • Top of receipt • Ticket worksheet • Zoom's equivalent • Facebook for work • Binder gap monitor • "_________" in Numbers • "________" tree report • Inglehoffer, for instance • Brand and category database • "name startswith" for instance • Global trade item number abrev. • RSD: receipt "________" description
NLS Terms 2024-05-14
10 Clues: Queues • Journal • Searching • Live Checks • Account Number • Sell to Branch • Buy From Branch • Make Loan Payment • Overpayment Refunds • PreComputed /Interest Bearing
Q 2023-11-01
10 Clues: mass, volume • hushed, calm • abandon, stop • antique, queer • shudder, tremble • spat, altercation • expeditious, brisk • interrogate, probe • efficient, competent • crusade, exploration
LESSON 11 VOCAB 2018-04-18
15 Clues: useless • beginning • to complain • an aristocrat • glaringly bad • to cut or tear • a loud quarrel • to ask or inquire • manner of walking • spotless or perfect • very wicked or evil • having similar origin • deceptive outward appearance • a line of vehicles or people • someone sent on a special mission
English 8A 2022-12-12
15 Clues: a copy • a flood • to remove • a coworker • to nickname • to put to use • to intimidate • a shade of blue • raise hand for… • extremely important • multiple instruments • fear of small spaces • a sudden sharp feeling • ham for thanksgiving is a… • you might have a ———- sleep
English 8A 2022-12-12
15 Clues: a copy • a flood • to remove • a coworker • to nickname • to put to use • to intimidate • a shade of blue • raise hand for… • extremely important • multiple instruments • fear of small spaces • a sudden sharp feeling • ham for thanksgiving is a… • you might have a ———- sleep
English 8A 2022-12-12
15 Clues: a copy • a flood • to remove • a coworker • to nickname • to put to use • to intimidate • a shade of blue • raise hand for… • extremely important • fear of small spaces • multiple instruments • a sudden sharp feeling • ham for thanksgiving is a… • you might have a ———- sleep
Letter from Birmingham Jail Vocabulary 2023-02-23
Across
- Antonym: detaches
- Synonym: agree
- Synonym: Unctuous
- Antonym: soluble
- Antonym: alert, attentive
- Synonum: mourn, regret
Down
- warn or reprimand sternly
- Antonym: answer
- hidden or concealed
- Synonym: aware, mindful
- to an unwarranted degree
- Self-satisfaction with oneself
- Temporary stop
- Synonym: Rich
- Deny or contradict (a fact of or statement)
15 Clues: Synonym: Rich • Synonym: agree • Temporary stop • Antonym: answer • Antonym: soluble • Antonym: detaches • Synonym: Unctuous • hidden or concealed • Synonum: mourn, regret • Synonym: aware, mindful • to an unwarranted degree • warn or reprimand sternly • Antonym: alert, attentive • Self-satisfaction with oneself • Deny or contradict (a fact of or statement)
Hadoop Ecosystem 2014-11-18
Across
- Stores redundant copies of data across clusters of commodity servers
- Read log files into Hadoop ("Apache" Log Ride)
- Big Data infrastructure for distributing parallel processing jobs and managing job completion
- Stores schema with data to pass to various programming languages
- Popular Hadoop query tool focused on parallel processing of large data sets
- Manages jobs across large clusters and HBase configurations
Down
- NoSQL Database for random, realtime read/write access to Big Data via Hadoop and HDFS
- Strategy for distributing parallel jobs by grouping data into sets for aggregation
- Read RDBMS data into Hadoop SQ(L to Had)oop
- Machine Learning to classify data
- Query tool for accessing HDFS data using SQL like language
- Schedules and prioritizes Hadoop Batch Jobs
- Buzzword for Download, Modify, and Save or optionally Import, Clean, and Export
13 Clues: Machine Learning to classify data • Read RDBMS data into Hadoop SQ(L to Had)oop • Schedules and prioritizes Hadoop Batch Jobs • Read log files into Hadoop ("Apache" Log Ride) • Query tool for accessing HDFS data using SQL like language • Manages jobs across large clusters and HBase configurations • Stores schema with data to pass to various programming languages • ...
English 8A 2022-12-12
15 Clues: a copy • a flood • to remove • a coworker • to nickname • to put to use • to intimidate • raise hand for… • a shade of blue • extremely important • multiple instruments • fear of small spaces • a sudden sharp feeling • ham for thanksgiving is a… • you might have a ———- sleep
DNS ALEX,CANDRA,TONI 2025-02-05
Across
- dns record yang digunakan untuk melakukan pencarian hostname berdasarkan ip address adalah?
- memetakan hostname dan ip address yang ada secara?
- apa singkatan dari domain network system?
- server yang menjadi titik awal pencarian informasi dns adalah?
- ada berapa rangkaian proses utama pada cara kerja DNS?
- sistem yang menyimpan data sementara untuk mempercepat pencarian DNS adalah?
- fungsi utama dari dns dalam komunikasi internet adalah?
- jenis dns record yang menyimpan informasi hostname dan ipv4 address?
- teknologi yang mengarahkan satu ip ke beberapa server sekaligus?
- dns record yang digunakan untuk menyimpan sertifikat enskripsi adalah?
- dns digunakan untuk menghubungkan nama domain ke?
- jenis dns record yang menyimpan informasi untuk mengalihkan domain atau subdomain ke ip lain?
Down
- server yang mengelola domain tingkat atas seperti .com adalah?
- nama lain dari dns yang bertugas mengkonversi nama domain menjadi alamat ip adalah?
- jenis dns query yang mencari informasi dari chace isp adalah?
- dns server yang berfungsi sebagai resolver adalah?
- jenis query dns yang paling cepat adalah?
- nama server yang memiliki informasi asli tentang domain adalah?
- jenis dns record yang menyimpan alamat ipv6 adalah?
- jenis dns record yang digunakan untuk komunikasi email dalam suatu domain adalah?
20 Clues: apa singkatan dari domain network system? • jenis query dns yang paling cepat adalah? • dns digunakan untuk menghubungkan nama domain ke? • memetakan hostname dan ip address yang ada secara? • dns server yang berfungsi sebagai resolver adalah? • jenis dns record yang menyimpan alamat ipv6 adalah? • ada berapa rangkaian proses utama pada cara kerja DNS? • ...
DBMS 2022-03-16
Across
- is the abrivation of structured query language.
- to relate one table with another table.
- clause is an additional filter that is applied to the result.
- is used to define overall design of the database.
- keyword used to find number of values in a column.
- command can be used to modify a column in a table.
- Language is the powerful language for working with RDBMS.
Down
- helps achieve Data independence & Centralized control of data.
- schema is a standard way of organizing information into accessible parts.
- is a set of entities of the same type that share the same properties, or attributes.
- minimal subset of super key.
11 Clues: minimal subset of super key. • to relate one table with another table. • is the abrivation of structured query language. • is used to define overall design of the database. • keyword used to find number of values in a column. • command can be used to modify a column in a table. • Language is the powerful language for working with RDBMS. • ...
Vocab Lesson 9 (8th Grade) 2021-10-12
15 Clues: nimble • improper • an uproar • a souvenir • a question • complicated • to turn aside • soothing, mild • most important • lacking excitement • arrival in massive numbers • to come together in a group • to encourage a questionable activity • happening occasionally; not regularly. • to assign or distribute as a portion or share
Ms Access 2020-07-29
Across
- way of viewing entering deleting data
- column names are called
- this view is used to enter data in table
- arranges data in ascending or descending order
Down
- effective way to present data in printable format
- this tab is used to for creating reports, forms, query
- this view is used to create the structure of table
- displays specific fields based on criteria
8 Clues: column names are called • way of viewing entering deleting data • this view is used to enter data in table • displays specific fields based on criteria • arranges data in ascending or descending order • effective way to present data in printable format • this view is used to create the structure of table • this tab is used to for creating reports, forms, query
CROSSWORD 2019-06-19
11 Clues: a test • squish • to shake • one of four • slowly walk • the condition • resole thirst • a famous phrase • not speaking loud • high pitch screech • an inquiry is a ____
Vocabulary 2025-08-05
cross word puzzle Jude 2021-06-04
Across
- Plenty
- Having a certain skill
- Declaration
- Examination of financial statements
- angry
- dissolving or erasing
- Speaking without the use of multiple tones
Down
- Boring
- Get rid of
- substitute for an organization
- People acting like animals
- Manuscript defining rights and privileges
- Rises in size/price
- Asking a question
14 Clues: angry • Boring • Plenty • Get rid of • Declaration • Asking a question • Rises in size/price • dissolving or erasing • Having a certain skill • People acting like animals • substitute for an organization • Examination of financial statements • Manuscript defining rights and privileges • Speaking without the use of multiple tones
crossword on ORACLE 2026-02-21
Across
- to remove view.
- Used to fetch records from cursor.
- SQL function used to convert text into uppercase.
- used to compare range of values.
- to extract part of string.
- function to find maximum value.
- attribute to check end of records.
- A query written inside another query.
- SQL function to find maximum value.
- Command used to disable trigger.
- Block section used to handle errors.
- type is used for variable declaration dynamically.
- A function used to find total value of a column.
- Command to remove view.
- to fetch records from cursor.
- Logical operator used to combine conditions.
- Loop used when number of iterations is known.
- Join that returns matching records from both tables.
Down
- Cursor attribute to check end of records.
- _PROCEDURE Statement used to create procedure.
- data type is used for variable declaration dynamically.
- Section where variables are declared.
- operator used to combine conditions.
- Current system date function.
- Used to extract part of string.
- used to disable trigger.
- used to create procedure.
- Used to count number of rows.
- used when number of iterations is known.
- system date function.
- where variables are declared.
- Operator used to compare range of values.
- A virtual table in SQL.
33 Clues: to remove view. • system date function. • Command to remove view. • A virtual table in SQL. • used to disable trigger. • used to create procedure. • to extract part of string. • Current system date function. • Used to count number of rows. • where variables are declared. • to fetch records from cursor. • Used to extract part of string. • function to find maximum value. • ...
c 13 2026-01-26
Across
- — DEEP UNDERSTANDING.
- — WHERE THOUGHTS ARE.
- — TO FIND OUT INFORMATION.
- — WHAT YOU KNOW.
- — THE SOLUTION TO A QUERY.
- — A VERY BRIGHT MIND.
- — TO TEACH.
- — GAINING KNOWLEDGE.
Down
- — TO READ CAREFULLY.
- — USING YOUR BRAIN.
- — A NEW THOUGHT.
- — PLACE OF LEARNING.
- — A VERY INTELLIGENT PERSON.
- — TO OBSERVE CLOSELY.
- — TO FOLLOW THE WRITTEN WORD.
- — GROUP OF STUDENTS.
- — THE PAGES OF A STORY.
- — TO LEAD SOMEONE.
- — INTELLIGENT REASONING.
19 Clues: — TO TEACH. • — A NEW THOUGHT. • — WHAT YOU KNOW. • — TO LEAD SOMEONE. • — USING YOUR BRAIN. • — TO READ CAREFULLY. • — PLACE OF LEARNING. • — GROUP OF STUDENTS. • — GAINING KNOWLEDGE. • — DEEP UNDERSTANDING. • — WHERE THOUGHTS ARE. • — TO OBSERVE CLOSELY. • — A VERY BRIGHT MIND. • — THE PAGES OF A STORY. • — INTELLIGENT REASONING. • — TO FIND OUT INFORMATION. • — THE SOLUTION TO A QUERY. • ...
TT CROSSWORD#1 2023-08-03
10 Clues: FALL • METRICS • HEADACHE • SELLER'S BF • CONSUMPTION • OUR CUSTOMER • MGN THRESHOLD • SR PERFORMANCE • PLACE I DO MY RESEARCH • HELP ME TO FIND SOMETHING
Internet Business Associate Lesson 6 2019-07-31
Across
- field A field contained in two or more database tables that forms a connection between the tables.
- In databases, ia a relationship in which each record in Table A can have only one matching record in Table B, and vice versa.
- engine A powerful software program that searches Internet databases for user-specified information.
- A program used to store, access and manipulate database information.
- A question posed by a user to a database to request database information. The database returns the query results based on the criteria supplied by the user in the query.
- search engine A search engine that scans Webpages for <meta> tag information.
- In databases, is a relationship in which one record in Table A can relate to many matching records in Table B, and vice versa.
- A collection of information in a database table consisting of one or more related fields about a specific entity, such as a person, product or event.
- database A database that contains multiple tables related through common fields.
- A category of information in a database table.
- A collection of data that can be sorted and searched using search algorithms.
- A catalog of the contents of a database. Each entry identifies a unique database record.
Down
- A program that processes data submitted by the user. Allows a Web server to pass control to a software application, based on user request. The application receives and organizes data, then returns it in a consistent format.
- In databases, is a relationship in which a record in Table A can have multiple matching records in Table B, but a record in Table B has only one matching record in Table A.
- A symbol or word used in Internet searches to narrow search results by including or excluding certain words or phrases from the search criteria.
- A connection between two or more database tables that is based on a field that the tables have in common.
- A field in a related database table that refers to the primary key in the primary table.
- A word that appears on a Webpage and is used by search engines to identify relevant URLs. Some words, such as "the" or "and," are too common to be used as keywords.
- table A database table containing foreign-key fields that refer to the primary-key fields from the primary tables in a many-to-many relationship.
- A field containing a value that uniquely identifies each record in a database table.
- ______ is a structured query language used to create and maintain professional, high-performance corporate databases.
- A collection of data about a limited topic, organized into rows and columns in a database.
22 Clues: A category of information in a database table. • A program used to store, access and manipulate database information. • search engine A search engine that scans Webpages for <meta> tag information. • A collection of data that can be sorted and searched using search algorithms. • database A database that contains multiple tables related through common fields. • ...
Datubāžu jēdzieni, skaidrojumi 2025-11-04
Across
- A graphical representation of entities and relationships
- A query inside another query
- command is used to sort the data returned in descending order
- command is used with WHERE to include rows where either condition is true
- specifies the values of an INSERT INTO statement
- Code that runs automatically when an event occurs
- Database organized by relations or tables
- Temporary storage for quick access
- A property or field of an entity
- Returns all records from the left table
- used to group the result set
- used to add a column in an existing table
- A popular open-source relational database
- command is used to execute a stored procedure
- Non-relational database model
- A structured collection of data stored electronically
- Returns matching records from two tables
- command is used to test for non-empty values (NOT NULL values)
- Returns the length of a string
- A link between two or more tables
- The accuracy and consistency of data
- A rule enforced on data
Down
- A request for data from a database
- command is used to update existing rows in a table
- Returns a number as string
- The structure that defines tables and relationships
- To bring back data from a backup
- A field or attribute in a table
- To undo changes from a transaction
- A unique identifier for a record
- A field that links two tables
- command filters a result set to include only records that fulfill a specified condition
- Structured Query Language
- limits the value that can be placed in a column
- command is used in a WHERE clause to search for a specified pattern in a column
- A copy of database data for recovery
- command is used to sort the data returned in ascending order
- A data structure to speed up queries
- Returns all records from the right table
- A set of data organized in rows and columns
- is used with WHERE to only include rows where both conditions is true
- A single record in a table
- command is used to sort the result set in ascending or descending order
- command is used with UPDATE to specify which columns and values that should be updated in a table
- Returns all records when there is a match in either table
- To save changes made in a transaction
- Copying data from one database to another
- Extremely large and complex data sets
- Combining data from multiple tables
- Formats a value with the specified format
- A real-world object represented in a database
- Combines results of two queries
52 Clues: A rule enforced on data • Structured Query Language • Returns a number as string • A single record in a table • A query inside another query • used to group the result set • A field that links two tables • Non-relational database model • Returns the length of a string • A field or attribute in a table • Combines results of two queries • To bring back data from a backup • ...
120 Word Vocab Project 2015-03-30
Across
- Appreciate
- Repeated
- Emotion
- Remedy
- Flawless
- Relief
- Message
- Investigation
- To try or take risk
- Risk
- Inactive
- Determine
- Released or let go
- Additional
- Happy
- Sincere
- Question
- Short or brief
Down
- Honor
- Skimpy
- Present
- Clear
- Trying
- Fondness
- Topic
- Privilege
- Gloomy
- Separation
- Interferes or in between
- Spider or eight legged insect
- Maze
- Fairness
- Absence
- Go down
- Obey
35 Clues: Risk • Maze • Obey • Honor • Clear • Topic • Happy • Skimpy • Remedy • Trying • Relief • Gloomy • Present • Emotion • Message • Absence • Go down • Sincere • Repeated • Flawless • Fondness • Inactive • Fairness • Question • Privilege • Determine • Appreciate • Separation • Additional • Investigation • Short or brief • Released or let go • To try or take risk • Interferes or in between • Spider or eight legged insect
Vocab final exam 2025-10-20
Across
- Give up control
- Ruler with all power
- Very picky
- Attack or hit
- Old records
- Cheerful and happy
- Tasty, not sweet
- Speed up
- Trade words
- Military flight out
- Annoy or block
Down
- Hard situation
- Soft or gentle
- Gather up
- Many kinds
- Very gross
- Natural liking
- Sick-looking color
- Not about religion
- A question
- Steal things
- Say it’s bad
- Various things
- Worst part
- Serious crime
25 Clues: Speed up • Gather up • Many kinds • Very gross • Very picky • A question • Worst part • Old records • Trade words • Steal things • Say it’s bad • Attack or hit • Serious crime • Hard situation • Soft or gentle • Natural liking • Various things • Annoy or block • Give up control • Tasty, not sweet • Sick-looking color • Not about religion • Cheerful and happy • Military flight out • Ruler with all power
Computer Science Crossword 3 2025-10-21
Across
- Two-state numeric system
- Universal character set
- Network access point
- Network traffic director
- Local area network
- Machine instruction
- Database request
- Wired networking technology
- Device for data transmission
Down
- Data provided to a program
- Software on hardware
- Single program execution
- Dynamic memory area
- Storage location in programming
- Server intermediary
- Small, fast memory
- Graphical user interface element
- Smallest sequence of programmed instructions
- Fixing code errors
- LIFO data structure
20 Clues: Database request • Small, fast memory • Local area network • Fixing code errors • Dynamic memory area • Server intermediary • Machine instruction • LIFO data structure • Software on hardware • Network access point • Universal character set • Two-state numeric system • Single program execution • Network traffic director • Data provided to a program • Wired networking technology • ...
MS Access Crossword Puzzle 2023-03-20
Across
- Allows you to enter, view, and edit data one record at a time
- A grid in which each record is contained in a row and each field in columns
- A collection of organized data.
- A collection of related records in a database
- Placing data into ascending or descending order
- A set of dialogue boxes that step you through the processFlying mammal
- Sophisticated documents that are used to present data
Down
- Contains a specific piece of information with a record
- Organizes your data in a very clear and concise way
- A database management system.
- Similar to a Query; allows you to use specific data based on specific criteria
- A request of information from a databased based on certain criteria
12 Clues: A database management system. • A collection of organized data. • A collection of related records in a database • Placing data into ascending or descending order • Organizes your data in a very clear and concise way • Sophisticated documents that are used to present data • Contains a specific piece of information with a record • ...
c 13 2026-01-26
Across
- — A VERY INTELLIGENT PERSON.
- — INTELLIGENT REASONING.
- — THE PAGES OF A STORY.
- — TO TEACH.
- — DEEP UNDERSTANDING.
- — GAINING KNOWLEDGE.
- — WHERE THOUGHTS ARE.
- — A VERY BRIGHT MIND.
- — TO FIND OUT INFORMATION.
Down
- — TO OBSERVE CLOSELY.
- — TO LEAD SOMEONE.
- — GROUP OF STUDENTS.
- — A NEW THOUGHT.
- — WHAT YOU KNOW.
- — PLACE OF LEARNING.
- — TO READ CAREFULLY.
- — USING YOUR BRAIN.
- — THE SOLUTION TO A QUERY.
- — TO FOLLOW THE WRITTEN WORD.
19 Clues: — TO TEACH. • — A NEW THOUGHT. • — WHAT YOU KNOW. • — TO LEAD SOMEONE. • — USING YOUR BRAIN. • — GROUP OF STUDENTS. • — PLACE OF LEARNING. • — TO READ CAREFULLY. • — GAINING KNOWLEDGE. • — TO OBSERVE CLOSELY. • — DEEP UNDERSTANDING. • — WHERE THOUGHTS ARE. • — A VERY BRIGHT MIND. • — THE PAGES OF A STORY. • — INTELLIGENT REASONING. • — THE SOLUTION TO A QUERY. • — TO FIND OUT INFORMATION. • ...
Lesson 19 spelling words 2024-05-22
Across
- I was _ in the race
- the same
- something that goes over water
- to be thrilled
- a liquid measurement
- a type of chocolate treat
- a ruler
- Hamburg is a _
- someone that specializes in a certain thing
- to describe
- to await
Down
- to have wisdom
- a fee
- superb,and _
- a state that borders Mexico
- a form that flows easily
- ask query
- a healthy movement
- a type of blanket
- amazing
20 Clues: a fee • a ruler • amazing • the same • to await • ask query • to describe • superb,and _ • to have wisdom • to be thrilled • Hamburg is a _ • a type of blanket • a healthy movement • I was _ in the race • a liquid measurement • a form that flows easily • a type of chocolate treat • a state that borders Mexico • something that goes over water • someone that specializes in a certain thing
RS Vocabulary pt1 2025-05-17
Across
- подтверждать
- критика, критический комментарий
- воспоминание
- вопрос
- подозревать
- ставить под сомнение, оспаривать
- обвинение
- заявление, утверждение
- предаваться воспоминаниям
- протест
- нападка, резкая критика; оскорбление
- сомневаться
- выдвигать требования (2)
- утверждать
- ссылаться (в оправдание, в доказательство), приписывать
Down
- вспоминать, припоминать
- требовать
- требование, настойчивая просьба
- любезность, комплимент
- похвала
- требование; претензия; притязание
- голословное утверждение
- признаваться; сознаваться (2)
- заявлять, декларировать
- провозглашать
- констатировать
- отказываться признать ч-л
- комментарий
- замечание; высказывание
29 Clues: вопрос • похвала • протест • требовать • обвинение • утверждать • подозревать • сомневаться • комментарий • подтверждать • воспоминание • провозглашать • констатировать • любезность, комплимент • заявление, утверждение • вспоминать, припоминать • голословное утверждение • заявлять, декларировать • замечание; высказывание • выдвигать требования (2) • предаваться воспоминаниям • отказываться признать ч-л • ...
Comptech1/P5 Access lesson 1 2016-02-26
Across
- a copy of a file that is created to protect one's work or data
- an arrow used to select items on your computer screen
- organized way to store information so its easy for the computer to find
- a box that allows you to select options or specify information
- an instruction that tells a database to show certain information
- one piece of data that describes something
- an organized set of commands that relates to a specific activity
Down
- a graphic icon that can be clicked to perform a task
- controls that tell a computer to perform a task
- conditions that are set in a query
- a setting that automatically selects if you do not choose a substitute
- an item that helps organize files
12 Clues: an item that helps organize files • conditions that are set in a query • one piece of data that describes something • controls that tell a computer to perform a task • a graphic icon that can be clicked to perform a task • an arrow used to select items on your computer screen • a copy of a file that is created to protect one's work or data • ...
Microsoft Access Terms 2022-03-21
Across
- software used for creating desktop databases and learning about general relational database theory
- a query, returns records meeting any (not both) of the criteria.
- of data organized as meaningful information that can be be accessed, managed, stored, queried, stored, and reported.
- you detailed view of the table's structure and is used to create and modify a table's design.
- object that you can use to create a user interface for a database application: allows simplified entry and modification of data.
- of fields, such as a telephone number, address and name, which are pertinent yo a particular item.
- all data is stored in your database, and is known as the foundations of each database, organized data in columns and rows.
- you through query design with a step-by-step process
Down
- in a query, returns only records that meet all criteria.
- formatted document form underlying tables and queries.
- of information related to a single person or thing that is stored in a table: also known sometimes as columns.
- or combination of field that is uniquely identifies each of record in a table.
- between two tables using a common field: the ability to efficiently combine data from related tables for the purpose of creating queries, forms, and creating reports.
- template is a predefined database that includes professionally designed tables, formed, reports, and other objects that you can use to jumpstart the creation of your database.
- interface that appears on the left side of the screen, and displays all objects: it organizes and list the objects in the access database.
- in a related table that is the primary key of another table.
- for data results from a database (usually form a table or more) or for action on the data.
17 Clues: you through query design with a step-by-step process • formatted document form underlying tables and queries. • in a query, returns only records that meet all criteria. • in a related table that is the primary key of another table. • a query, returns records meeting any (not both) of the criteria. • ...
Lesson 17 2018-04-24
Across
- teacher a school teacher
- to drink a large drink
- question
- not much of something
- someone not in a group
- uncontrollable
- raging violent
- dreamily thought
Down
- not feeling easy
- not much money poor
- an example that is perfect
- someone lower then you
- people waiting in line
- liking something very much
- bad taste or smell
15 Clues: question • uncontrollable • raging violent • not feeling easy • dreamily thought • bad taste or smell • not much money poor • not much of something • someone lower then you • to drink a large drink • people waiting in line • someone not in a group • teacher a school teacher • an example that is perfect • liking something very much
DATABASE MANAGEMENT SYSTEM 2025-03-02
Across
- A feature that ensures changes to the database are permanent after execution.
- A software system that manages databases efficiently.
- A process that ensures multiple transactions are executed properly without errors.
- A DBMS model that organizes data into tables with rows and columns.
- A database object that retrieves specific data based on a condition.
- The opposite of committing a transaction, used to undo changes.
- A collection of related data organized for easy access and management.
Down
- An operation that combines records from two or more tables.
- A command used to remove a record from a table.
- Ensuring that only authorized users can access certain data.
- A special SQL command used to retrieve specific columns from a table.
- A unique key used to identify records in a table.
- A rule that maintains the accuracy and reliability of data.
- A language used to manage and query databases.
14 Clues: A language used to manage and query databases. • A command used to remove a record from a table. • A unique key used to identify records in a table. • A software system that manages databases efficiently. • An operation that combines records from two or more tables. • A rule that maintains the accuracy and reliability of data. • ...
AI in America - vocabulary quiz 2023-01-29
10 Clues: AI • hidden • question • pertinent • precision • fundamental • growing, forming • a big advance, step forward • to be happy to do something • hidden disadvantages or potential dangers
SQL Crossword Puzzle 2025-07-14
Across
- Language used to interact with relational databases.
- Category of SQL commands that modify data (INSERT, UPDATE, DELETE).
- Category of SQL commands that define database objects (CREATE, DROP).
- A database object that stores data in rows and columns.
- Combining two or more strings into one in SQL.
Down
- SQL command used to retrieve data from a table
- Keyword used to eliminate duplicate values from query results.
- SQL keyword used to sort the results in descending order
- Temporary name given to a table or column in a query.
9 Clues: SQL command used to retrieve data from a table • Combining two or more strings into one in SQL. • Language used to interact with relational databases. • Temporary name given to a table or column in a query. • A database object that stores data in rows and columns. • SQL keyword used to sort the results in descending order • ...
Access_Ch02_Crossword 2017-04-17
Across
- To locate text within a record that matches characters you type.
- A defined set of operations to be performed on a table.
- To arrange records alphabetically or numerically according to a specific field.
- An alternative name for a field.
- To display only certain records.
- Filtering specifications that determine what records will be included in a query.
- A lack of an entry in a field.
- From Z to A or 9 to 1.
- A value in the foreign key that does not have a corresponding primary key in the parent table.
Down
- A variety of technologies that enable more efficient use of hardware and other resources.
- To substitute new text after finding a string of text.
- From A to Z or 1 to 9.
- A character (? or *) that signifies one or more unspecified characters when finding text.
13 Clues: From A to Z or 1 to 9. • From Z to A or 9 to 1. • A lack of an entry in a field. • An alternative name for a field. • To display only certain records. • To substitute new text after finding a string of text. • A defined set of operations to be performed on a table. • To locate text within a record that matches characters you type. • ...
โปรเเกรทจัดการฐานข้อมูล บทที่5 2019-07-24
Across
- ใช้ในการเปรียบเทียบว่าเป็นnollหรือไม่
- ใช้ในการตรวจสอบรูปแบบอักขระ
- หลังจากออกแบบqueryเสร็จเเล้ว เมื่อคลิกrunจะเเสดงผลของการสืบค้น
- การสืบค้นเเบบเเสดงผล
- ใช้ในการหาร2นิพจน์ผลลัพธ์ที่ได้เป็นจำนวนเต็ม
Down
- การสืบค้าที่ใช้ในการเลือกข้อมูล
- ใช้ในการตรวจสอบว่ามีค่าอยู่ระหว่างค่า2ค่าที่กำหนดหรือไม่
- ใช้ในการตรวจสอบว่ามีค่าใดมีค่าตรงกับในรายการหรือไม่
- TandTมีค่าความจริงเป็นT
- TorTมีค่าความจริงเป็นT
10 Clues: การสืบค้นเเบบเเสดงผล • TorTมีค่าความจริงเป็นT • TandTมีค่าความจริงเป็นT • ใช้ในการตรวจสอบรูปแบบอักขระ • การสืบค้าที่ใช้ในการเลือกข้อมูล • ใช้ในการเปรียบเทียบว่าเป็นnollหรือไม่ • ใช้ในการหาร2นิพจน์ผลลัพธ์ที่ได้เป็นจำนวนเต็ม • ใช้ในการตรวจสอบว่ามีค่าใดมีค่าตรงกับในรายการหรือไม่ • ใช้ในการตรวจสอบว่ามีค่าอยู่ระหว่างค่า2ค่าที่กำหนดหรือไม่ • ...
Revision 2025-05-20
Across
- SQL keyword used to retrieve data from a database
- SQL injection where the attacker cannot see errors but infers information through behavior
- Type of SQL injection that relies on database messages revealing data
- Type of SQL injection that combines results from multiple SELECT queries
- Websites often talk to this backend system to retrieve or store data
- 1=1 is always ______
Down
- Used to ignore the rest of a legitimate SQL query (--)
- Unsanitized user _______ is often the entry point for SQL injection
- A common place where attackers test for authentication bypass
- A request sent from a website to a database
- A structured set of rows and columns used to store data
11 Clues: 1=1 is always ______ • A request sent from a website to a database • SQL keyword used to retrieve data from a database • Used to ignore the rest of a legitimate SQL query (--) • A structured set of rows and columns used to store data • A common place where attackers test for authentication bypass • Unsanitized user _______ is often the entry point for SQL injection • ...
CROSSWORD 3 2018-02-11
Across
- - trust,believe
- - unpleasant smell
- - part of cloth around the neck
- - not normal
- - not far
- - gaseous from of water
- - sweet liquid
Down
- - casual friendly talk
- - ambition
- - to doubt,raise question
- - major gas in atmosphere
- - sweet substance produce by flower
- - where things are produced
- - leader of the town
- - long fictional story in from of books
15 Clues: - not far • - ambition • - not normal • - sweet liquid • - trust,believe • - unpleasant smell • - leader of the town • - casual friendly talk • - gaseous from of water • - to doubt,raise question • - major gas in atmosphere • - where things are produced • - part of cloth around the neck • - sweet substance produce by flower • - long fictional story in from of books
Construction Conflict Resolutions 2025-06-24
Across
- Site error solution
- Vendor submission check
- Missed info in drawings
- Conflict in specs
- Clash between two service ducts
- Installer error term
- Unknown issue raised
- Clarification request
Down
- Adjustment to built height
- Revised document name
- Fix to drawing issue
- Permanent fix solution
- Site clarification file
- Temporary fix
- Field-based design decision
15 Clues: Temporary fix • Conflict in specs • Site error solution • Fix to drawing issue • Installer error term • Unknown issue raised • Revised document name • Clarification request • Permanent fix solution • Vendor submission check • Site clarification file • Missed info in drawings • Adjustment to built height • Field-based design decision • Clash between two service ducts
Synonyms for /k/, /ng/, and, /kw/ Words 2022-01-23
12 Clues: step, path, trail • empty, void, abyss • ape, baboon, primate • royal, ruler, empress • subject matter, point • clutter, debris, rubbish • energetic, energy, juiced • audience, community, known • skirmish, raid, aggression • dangerous, delicate, dicey • carpet, covering, comforter • a query, inquiry, investigation
โปรเเกรทจัดการฐานข้อมูล บทที่5 2019-07-24
Across
- TandTมีค่าความจริงเป็นT
- ใช้ในการหาร2นิพจน์ผลลัพธ์ที่ได้เป็นจำนวนเต็ม
- การสืบค้าที่ใช้ในการเลือกข้อมูล
- หลังจากออกแบบqueryเสร็จเเล้ว เมื่อคลิกrunจะเเสดงผลของการสืบค้น
Down
- ใช้ในการตรวจสอบว่ามีค่าใดมีค่าตรงกับในรายการหรือไม่
- การสืบค้นเเบบเเสดงผล
- ใช้ในการตรวจสอบรูปแบบอักขระ
- ใช้ในการตรวจสอบว่ามีค่าอยู่ระหว่างค่า2ค่าที่กำหนดหรือไม่
- ใช้ในการเปรียบเทียบว่าเป็นnollหรือไม่
- TorTมีค่าความจริงเป็นT
10 Clues: การสืบค้นเเบบเเสดงผล • TorTมีค่าความจริงเป็นT • TandTมีค่าความจริงเป็นT • ใช้ในการตรวจสอบรูปแบบอักขระ • การสืบค้าที่ใช้ในการเลือกข้อมูล • ใช้ในการเปรียบเทียบว่าเป็นnollหรือไม่ • ใช้ในการหาร2นิพจน์ผลลัพธ์ที่ได้เป็นจำนวนเต็ม • ใช้ในการตรวจสอบว่ามีค่าใดมีค่าตรงกับในรายการหรือไม่ • ใช้ในการตรวจสอบว่ามีค่าอยู่ระหว่างค่า2ค่าที่กำหนดหรือไม่ • ...
โปรเเกรทจัดการฐานข้อมูล บทที่5 2019-07-24
Across
- ใช้ในการเปรียบเทียบว่าเป็นnollหรือไม่
- การสืบค้นเเบบเเสดงผล
- ใช้ในการหาร2นิพจน์ผลลัพธ์ที่ได้เป็นจำนวนเต็ม
- ใช้ในการตรวจสอบรูปแบบอักขระ
- หลังจากออกแบบqueryเสร็จเเล้ว เมื่อคลิกrunจะเเสดงผลของการสืบค้น
Down
- ใช้ในการตรวจสอบว่ามีค่าอยู่ระหว่างค่า2ค่าที่กำหนดหรือไม่
- การสืบค้าที่ใช้ในการเลือกข้อมูล
- TandTมีค่าความจริงเป็นT
- TorTมีค่าความจริงเป็นT
- ใช้ในการตรวจสอบว่ามีค่าใดมีค่าตรงกับในรายการหรือไม่
10 Clues: การสืบค้นเเบบเเสดงผล • TorTมีค่าความจริงเป็นT • TandTมีค่าความจริงเป็นT • ใช้ในการตรวจสอบรูปแบบอักขระ • การสืบค้าที่ใช้ในการเลือกข้อมูล • ใช้ในการเปรียบเทียบว่าเป็นnollหรือไม่ • ใช้ในการหาร2นิพจน์ผลลัพธ์ที่ได้เป็นจำนวนเต็ม • ใช้ในการตรวจสอบว่ามีค่าใดมีค่าตรงกับในรายการหรือไม่ • ใช้ในการตรวจสอบว่ามีค่าอยู่ระหว่างค่า2ค่าที่กำหนดหรือไม่ • ...
Database (Please Ignore spaces for two or three word answers ) 2024-06-14
Across
- An SQL command that sorts the results from a query by a given column either alphabetically or numerically
- An SQL command that fetches specified fields (columns) from a table
- The standard query language for writing scripts to obtain useful information from a relational database
- An SQL command to include only those records (rows) in a query that match a given condition
Down
- An SQL command that identifies the table to use
- A persistent structured collection of data that allows people to extract information in a way that meets their needs
- A list of SQL commands that perform a given task, often stored in a file so it can be reused (more hint it starts with SQL but you dont have to add that
- An SQL command that returns the sum of all the values in a field (column); used with SELECT
- The values associated with each record in a database table
9 Clues: An SQL command that identifies the table to use • The values associated with each record in a database table • An SQL command that fetches specified fields (columns) from a table • An SQL command that returns the sum of all the values in a field (column); used with SELECT • ...
K + J Oct. 21, 2017 2017-09-06
15 Clues: United • Pub play • Her reply • His query • Nom de chat • Wedding gems • Love Goddess • Love in Venice • Favorite brunch spot • Marriage in the North • Tie it and you're hitched • Often appears in Joey's writing • Why people join a splinter group • Savage Garden's ____ Madly Deeply • Host of 1976 Olympics and honeymoon location
SyncOrSwim 2025-09-12
12 Clues: Vital Organ • Fix a glitch • Largest Organ • Skeletal Structure • Request to database • Medical Practitioner • Base-2 numeral system • To move through water • Healthcare Professional • Data entered into system • Unit of digital information • Working together in harmony
BRIDAL PUZZLE - Grey Team 2014-02-10
Across
- You do a query through this database for registry orders in DS
- Special saying used when giving a gift.
- The lead female in the wedding
- The day of the wedding or bridal shower
- The number of months the registry stays active online
- Gifts the registrants receive when certain brand name gifts are registered and purchased on their register.
- Registrants must create this in order to modify their registries online.
- The lead male in the wedding
- BBB makes planning a wedding easy for registrants.
Down
- A registrant can refer their _______ for a $25 off $50 coupon.
- You email this group to send announcement cards to the registrants.
- You can look at this when you need to see the registry’s value.
- You leave this when you make changes to a registry.
- Offer presented to the registrant two weeks before the event date
- You must click this button when looking for a returned store item through a registry.
- You do a query through this database for registry order placed in store.
- You must ______ this button to make the registry NOT appear online.
- What brides and grooms use this tool online to receive gifts
- You can find the customer's address here.
19 Clues: The lead male in the wedding • The lead female in the wedding • Special saying used when giving a gift. • The day of the wedding or bridal shower • You can find the customer's address here. • BBB makes planning a wedding easy for registrants. • You leave this when you make changes to a registry. • The number of months the registry stays active online • ...
HOW TO SOUND SMART IN YOUR TEDx TALK 2024-06-04
11 Clues: WORD SYNONYMS • zero, naught, nil • story, tale, narrative • actuality, truth, fact • ending, finale, closure • meeting, symposium, seminar • presenter, orator, lecturer • significant, crucial, vital • inquiry, query, interrogation • scholarly, academic, cerebral • fascinating, intriguing, captivating
UH 1 TTS - BK, Mesin Pencari 2023-08-08
Across
- kumpulan dari dokumen dan arsip dari seluruh website yang ada di internet
- salah satu jenis-jenis informasi digital yang sering digunakan yaitu melalui
- penyataan majemuk dengan kata penghubung dan disebut dengan
- kucing adalah hewan menyusui atau hewan karnivora adalah bentuk dari pernyataan
- suatu yang belum tentu benar atau salah dalam bentuk sebuah kalimat berita
- komponen penting yang merupakan bentuk tampilan atau format situs yang menyediakan fasilitas searching engine adalah query
- program komputer yang dirancang khusus untuk melakukan pencarian file-file yang tersimpan dalam layanan www(world wide web)
- jika sapi berkaki empat maka sapi memiliki sayap adalah bentuk sari pernyataan
- program untuk mempercepat proses pencarian
- adalah kegiatan berkomunikasi dan berinteraksi melalui Internet
Down
- penyataan majemuk dengan kata penghubung atau disebut dengan
- adalah mesin pelacak kedua yang sering dikunjungi oleh user adalah
- sebuah program yang bertugas menerjemahkan keinginan user adalah query
- kuda berkaki empat dan kuda memiliki gading adalah bentuk dari pernyataan
- merupakan salah satu search engine terbesar yang paling banyak digunakan oleh user diseluruh dunia
- penyataan majemuk dengan kata penghubung jika, ... maka ...disebut dengan
- merupakan aplikasi yang dapat digunakan untuk mengadakan suatu pertemuan atau komunikasi dimanapun dan kapanpun via internet
- melakukan pencarian diinternet dengan menuliskan
- kalimat pengingkaran disebut juga dengan
- secara berkala dan terus menerus akan melakukan pendataan setiap website yang ada di internet
20 Clues: kalimat pengingkaran disebut juga dengan • program untuk mempercepat proses pencarian • melakukan pencarian diinternet dengan menuliskan • penyataan majemuk dengan kata penghubung dan disebut dengan • penyataan majemuk dengan kata penghubung atau disebut dengan • adalah kegiatan berkomunikasi dan berinteraksi melalui Internet • ...
Databases 2026-03-04
Across
- Where data entered into a form is stored permanently. (5)
- The act of changing existing data in a form. (7)
- A website feature that asks you to type in information. (3, 4)
- A screen that lets the user enter, edit, or view data. (4)
- Changing colours, layout, or features to improve a form. (9)
- A database object that retrieves specific data according to criteria. (5)
- Button used to remove a record from a form. (6)
- A drop‑down list that helps make forms easier to use. (5, 3)
Down
- A field created in a query that performs a calculation. (10, 5)
- Ensuring fields and labels are arranged neatly. (9)
- Moving through records one by one. (10)
- Tool used to automatically generate a form. (4, 6)
- Making a form pleasant and easy for users. (4, 8)
- Going to the end of a form to enter new data. (3, 6)
- Extra information added to guide the user when entering data. (4, 4)
- A small image added to make a form more attractive. (4)
- The part of a form where the user types information. (4, 3)
17 Clues: Moving through records one by one. (10) • Button used to remove a record from a form. (6) • The act of changing existing data in a form. (7) • Making a form pleasant and easy for users. (4, 8) • Tool used to automatically generate a form. (4, 6) • Ensuring fields and labels are arranged neatly. (9) • Going to the end of a form to enter new data. (3, 6) • ...
sadfdsf 2016-01-17
Across
- test reachability
- robust copy
- determine a route a packet takes to a destination
- task list
- extended coby
- format a disk
- windows tcp/ip config
- make directory
- remove directory
- shutdown
- change directory
- query NetBIOS over TCP/IP info
Down
- fix mbr on vista/7
- disk partitioner
- task kill
- diuplicate files
- directory listing
- lookup information from DNS servers
- system file checker
- network statistics
- fix mbr on wondows xp
- Windows network commands
22 Clues: shutdown • task kill • task list • robust copy • extended coby • format a disk • make directory • disk partitioner • diuplicate files • remove directory • change directory • test reachability • directory listing • fix mbr on vista/7 • network statistics • system file checker • windows tcp/ip config • fix mbr on wondows xp • Windows network commands • query NetBIOS over TCP/IP info • ...
sadfdsf 2016-01-17
Across
- shutdown
- system file checker
- lookup information from DNS servers
- network statistics
- robust copy
- extended coby
- disk partitioner
- remove directory
- windows tcp/ip config
- fix mbr on wondows xp
- determine a route a packet takes to a destination
Down
- make directory
- query NetBIOS over TCP/IP info
- task list
- fix mbr on vista/7
- Windows network commands
- task kill
- test reachability
- directory listing
- change directory
- format a disk
- diuplicate files
22 Clues: shutdown • task list • task kill • robust copy • extended coby • format a disk • make directory • disk partitioner • remove directory • change directory • diuplicate files • test reachability • directory listing • fix mbr on vista/7 • network statistics • system file checker • windows tcp/ip config • fix mbr on wondows xp • Windows network commands • query NetBIOS over TCP/IP info • ...
sadfdsf 2016-01-17
Across
- remove directory
- format a disk
- extended coby
- fix mbr on vista/7
- lookup information from DNS servers
- robust copy
- task list
- disk partitioner
- determine a route a packet takes to a destination
- diuplicate files
- network statistics
Down
- directory listing
- fix mbr on wondows xp
- task kill
- change directory
- windows tcp/ip config
- make directory
- shutdown
- query NetBIOS over TCP/IP info
- test reachability
- Windows network commands
- system file checker
22 Clues: shutdown • task kill • task list • robust copy • format a disk • extended coby • make directory • remove directory • change directory • disk partitioner • diuplicate files • directory listing • test reachability • fix mbr on vista/7 • network statistics • system file checker • fix mbr on wondows xp • windows tcp/ip config • Windows network commands • query NetBIOS over TCP/IP info • ...
sadfdsf 2016-01-17
Across
- fix mbr on vista/7
- Windows network commands
- shutdown
- query NetBIOS over TCP/IP info
- lookup information from DNS servers
- extended coby
- task kill
- change directory
- fix mbr on wondows xp
- determine a route a packet takes to a destination
Down
- disk partitioner
- system file checker
- network statistics
- robust copy
- remove directory
- windows tcp/ip config
- make directory
- test reachability
- task list
- format a disk
- directory listing
- diuplicate files
22 Clues: shutdown • task kill • task list • robust copy • extended coby • format a disk • make directory • disk partitioner • remove directory • change directory • diuplicate files • test reachability • directory listing • network statistics • fix mbr on vista/7 • system file checker • windows tcp/ip config • fix mbr on wondows xp • Windows network commands • query NetBIOS over TCP/IP info • ...
sadfdsf 2016-01-17
Across
- shutdown
- lookup information from DNS servers
- directory listing
- task kill
- diuplicate files
- determine a route a packet takes to a destination
- change directory
- network statistics
- windows tcp/ip config
- robust copy
Down
- make directory
- disk partitioner
- task list
- Windows network commands
- fix mbr on vista/7
- fix mbr on wondows xp
- format a disk
- remove directory
- extended coby
- system file checker
- query NetBIOS over TCP/IP info
- test reachability
22 Clues: shutdown • task list • task kill • robust copy • format a disk • extended coby • make directory • disk partitioner • diuplicate files • remove directory • change directory • directory listing • test reachability • fix mbr on vista/7 • network statistics • system file checker • fix mbr on wondows xp • windows tcp/ip config • Windows network commands • query NetBIOS over TCP/IP info • ...
AP Language and Composition Vocabulary 2022-12-05
Across
- pointless
- to fix
- to conclude
- lonely/isolated
- suggest
- strongly hate
- abstain from
- result of/consequence
- cause/make happen
- not useful/unnecessary
- question
- strong beliefs
- decreasing
Down
- witty conversation
- facial expression
- lots of
- moody/ill tempered
- to stop/prevent
- about to happen
- feeling a word evokes
- read through/scan
- together
- understand share the feelings of another
- support/give advice to
- vocabulary
- repeal/revoke
- greed
- lack of
28 Clues: greed • to fix • lots of • suggest • lack of • together • question • pointless • vocabulary • decreasing • to conclude • abstain from • strongly hate • repeal/revoke • strong beliefs • to stop/prevent • about to happen • lonely/isolated • facial expression • read through/scan • cause/make happen • witty conversation • moody/ill tempered • feeling a word evokes • result of/consequence • support/give advice to • ...
LS Eleven Alexandra 2022-05-16
Across
- to tear
- reputable
- spotless perfect
- to ask;inquire
- beginning:origin
- effective
- praise
- disparate
- manner of walking;smooth
- one sent on a special mission to represent others
- having similar origins; identacle
Down
- a loud quarrel fight
- a line of people or vehicle
- very wicked;notorious
- suture
- a deceptive outward appearance; a misrepresentation
- commoner
- glaringly bad outrageous
- useless pointless
- an aristocrat
- to complain or to find fault in a petty or nagging way
21 Clues: suture • praise • to tear • commoner • reputable • effective • disparate • an aristocrat • to ask;inquire • spotless perfect • beginning:origin • useless pointless • a loud quarrel fight • very wicked;notorious • glaringly bad outrageous • manner of walking;smooth • a line of people or vehicle • having similar origins; identacle • one sent on a special mission to represent others • ...
every day in IT 2025-09-10
Across
- badania
- rozwijać się
- upewnić się
- efektywnie
- zapewniać
- cyfrowy
- zawód
- godny zaufania, niezawodny
- korzyść
- oczekiwać
- przygotować
- rozwiązanie
- rozwiązać
- sposób myślenia
- zachęcać
Down
- rozwiązać problem techniczny
- przestarzały
- kolega z pracy
- zapobiegać czemuś, powstrzymywać przed
- radzić sobie z
- istotny
- cieszyć się popytem
- łagodzić
- robić karierę w
- umiejętność
- zapytanie
- wiedza
- from obejmować zakresem
- up to date być na bieżąco
- dane
- out przeprowadzać
31 Clues: dane • zawód • wiedza • badania • istotny • cyfrowy • korzyść • łagodzić • zachęcać • zapewniać • zapytanie • oczekiwać • rozwiązać • efektywnie • upewnić się • umiejętność • przygotować • rozwiązanie • przestarzały • rozwijać się • kolega z pracy • radzić sobie z • robić karierę w • sposób myślenia • out przeprowadzać • cieszyć się popytem • from obejmować zakresem • godny zaufania, niezawodny • up to date być na bieżąco • ...
informatika kelas 10-j 2025-10-28
Across
- untuk menghitung rata rata
- mencetak dan merevisi dokumen
- perangkat keras
- membuat refenisi akademik
- perangkat lunak
- menyusun data
- pengolah angka
- menyalin data
- mencopy data
- menyisipkan berbagi elemen kedalam dokumen
- pencarian data
Down
- mengatur tampilan data
- menyimpan data
- mencetak data
- pengolah kata
- mengatur tata letak halaman
- Random Access Memory
- memblok data
- mengatur tampilan atau tema dokumen
- mengumpulkan data
- mengelola basis data
- save
- menu utama untuk mengedit teks
23 Clues: save • memblok data • mencopy data • mencetak data • pengolah kata • menyusun data • menyalin data • menyimpan data • pengolah angka • pencarian data • perangkat keras • perangkat lunak • mengumpulkan data • Random Access Memory • mengelola basis data • mengatur tampilan data • membuat refenisi akademik • untuk menghitung rata rata • mengatur tata letak halaman • mencetak dan merevisi dokumen • ...
Database terminology part 2 2022-03-21
7 Clues: Another name for a row. • Another name for a column. • a question about your data • Represents a set of rows and columns • Key, A unique identifier in database • Shows items of interest from a table or query • a table but used to view, search and edit data
Database and Database Management System 2024-11-25
Across
- A database system housed on a single computer, like a server or mainframe.
- Used to create, maintain, and access databases
- Most widely used database model today
- A type of database storing diverse data types as objects with related code.
- A request to retrieve database information based on specific criteria.
- A database system with data distributed across multiple networked computers but appearing as a single database.
- A type of database that allows Web pages to be dynamic web pages
- A structured display of a database table or query results.
- A database system where data is stored in main memory
Down
- Process of ensuring that data entered into the database is valid
- Script language often used with cloud databases and APIs
- A database structure designed to be used with data warehousing
- A database system where data is stored on hard drives
- Software that connects separate applications, like a web server and a database system.
- A structured repository of data designed for easy retrieval.
15 Clues: Most widely used database model today • Used to create, maintain, and access databases • A database system where data is stored on hard drives • A database system where data is stored in main memory • Script language often used with cloud databases and APIs • A structured display of a database table or query results. • ...
